Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 239 Bytes

File metadata and controls

20 lines (11 loc) · 239 Bytes

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