Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.08 KB

MultilingualCL

Multilingual command line

Documentation

A detailed documentation is available here.

Test cases and coverage

All the test cases can be run in the following manner

$ python3 -m tests.tests

Code coverage report can also be generated by running the unit tests using the coverage tool.

$ coverage run --source=multilingualcl -m unittest tests.tests
$ coverage report -m

Author

  • John Samuel

Talks

Licence

All code are released under GPLv3+ licence. The associated documentation and other content are released under CC-BY-SA.