TestsΒΆ

To run the django-walletone tests:

  • Download the source from GitHub or your fork.

  • Install tox:

    pip install tox
    
  • Run tox:

    tox
    

    This will run all the tests on all supported combinations of Django/Python.