joweich/chat-miner

Add unit test for Command Line Interface

Closed this issue · 3 comments

Goal

The CLI does not yet have test coverage. This should be fixed within this issue. This stackoverflow post might be a hint on how to test CLIs in python.

Jobs to be done

  • add unit test file test_cli.py to test dircetory

hey @joweich i would like to take up this issue, can you please guide how to start with this issue it would be a great help

Hi @nikhilgarg26! Welcome on board! 🚀
Check out this link, it gives a great starting point on how to test clis with pytest.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.