Skip to content

Commit 03a895c

Browse files
committed
unit test for token usage
1 parent 3545aaf commit 03a895c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_token_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def parse_args(args):
2727

2828
class TestTokenUsage(unittest.TestCase):
2929
def setUp(self):
30+
print(len(sys.argv[1:]))
3031
test_args = parse_args(sys.argv[1:])
31-
3232
self.tokens = [test_args.tt1, test_args.tt2]
3333
self.repo = test_args.repo
3434
self.output_csv = test_args.out

0 commit comments

Comments
 (0)