Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
test(cli): add unittest for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyshin committed Sep 12, 2019
1 parent 5d94cc9 commit 3af9522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_client_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_cli(self):
cli_args = set_client_cli_parser().parse_args([
'--mode', 'train',
'--grpc_host', '127.0.0.1',
'--txt_file', 'sonnets.txt'
'--txt_file', os.path.join(self.dirname, 'sonnets.txt')
])

args = set_frontend_parser().parse_args([
Expand Down

0 comments on commit 3af9522

Please sign in to comment.