TestingΒΆ

  • To run the regression tests, first install tox:

    pip install 'tox>=2.5'
    

    then run it

    tox
    
  • To run individual tests type:

    tox -- -k test_foo