File: TESTING.md

package info (click to toggle)
ppa-dev-tools 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,096 kB
  • sloc: python: 5,069; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Prerequisites

For running the testsuite:

$ sudo apt install -y \
      python3-pytest \
      python3-flake8 \
      python3-coverage


## Testing

$ make check

or

$ pytest-3