File: testing.rst

package info (click to toggle)
pykwalify 1.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 912 kB
  • sloc: python: 3,315; makefile: 225
file content (20 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Testing
=======

Install test/dev requirements with

.. code-block:: bash

    pip install -r dev-requirements.txt

Run tests with

.. code-block:: bash

    py.test

or if you want to test against all python versions and pep8

.. code-block:: bash

    tox