ankushbhardwxj / codemon

cli to win programming contests
https://pypi.org/project/codemon/
MIT License
26 stars 12 forks source link

Unit Tests for each command #45

Closed ankushbhardwxj closed 3 years ago

ankushbhardwxj commented 3 years ago

We need to add some tests for each command in codemon. This is just to make sure each command is doing the work it is supposed to. Test for each command should be written in a separate file, eg, for codemon init , create a file codemonInitDirTest.py , and so on. Also, create a single master script build.py or runTests.py which would run all the tests.

These scripts would also be useful in #44 Check example test available in the test directory

InfiniteVerma commented 3 years ago

I'll like to work on this.

ankushbhardwxj commented 3 years ago

@InfiniteVerma - Go ahead and send a PR. Note new features of codemon and multiple language support that has been added in recent PR #55

ankushbhardwxj commented 3 years ago

Fixed via 909cc1c