Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 364 Bytes

unittests.rst

File metadata and controls

21 lines (13 loc) · 364 Bytes

Unittest

CouchPotato uses native module unittest and some additional tools:

  • mock (for mocking)
  • nosetests (automatic test discovering, report gen, coverage calc)

Current coverage is always accessible on :ref:`coveralls`

How to run

>>> grunt test

How to write test

Best practices in process...