File: README.source

package info (click to toggle)
diffoscope 78%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,520 kB
  • sloc: python: 7,903; makefile: 58; sh: 58
file content (14 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
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:

    $ py.test

To get code coverage:

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