File: tests.rst

package info (click to toggle)
django-menu-generator-ng 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 276 kB
  • sloc: python: 729; makefile: 17
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Running the tests
==================

To run the tests against configured environments:

* Install pyenv and add all of the supported python versions there
* Add all of the version to your locals `pyenv local system 3.7.9 3.6.12 3.5.10` for example
* Install the development dependencies in `requirements_dev.txt`
* Run the tests with tox

::

    tox