torchbox / tbxforms

A Torchbox-flavoured template pack for django-crispy-forms, adapted from crispy-forms-gds.

Home Page:https://pypi.org/project/tbxforms/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get tox working (locally and in CI)

jams2 opened this issue · comments

See:

It looks like pytest is the test runner used on this this project so we'll have to make sure tox calls pytest.


  • Tox runs the tests for Pull Requests
  • Tox runs the tests locally
  • pytest is used as test runner
  • pytest can be run locally on its own

Fixed in ac83e99 . Thanks @rachelhsmith !