File: README.source

package info (click to toggle)
diffoscope 306
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,316 kB
  • sloc: python: 17,204; sh: 116; makefile: 97; xml: 36; javascript: 2
file content (14 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diffoscope: hacking tips
========================

Running the test suite
----------------------

Tests are meant to be run with PyTest. The easiest way is simple to run
the tests are then:

    $ PYTHONPATH=. py.test

To get code coverage:

    $ PYTHONPATH=. py.test --cov diffoscope --cov-report html