Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 191 Bytes

File metadata and controls

4 lines (4 loc) · 191 Bytes

Testing

  1. install unittest using pip: pip install unittest2
  2. Go to tests/ directory cd tests/
  3. Run the test script using unittest: python -m unittest tests.py