Skip to content

Run Tests on Jarvis

Krishna Paul edited this page Oct 9, 2017 · 1 revision

How to run tests:

  1. Add __init__.py file in jarviscli/tests/test_manual/

  2. Change into the Jarvis/jarviscli directory

    cd Jarvis/jarviscli
    
  3. Then run unittest discover

    python -m unittest discover
    
Clone this wiki locally