File: README.md

package info (click to toggle)
filtlong 0.2.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,672 kB
  • sloc: cpp: 3,458; python: 996; sh: 119; makefile: 38
file content (8 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# Filtlong tests

Filtlong comes with a few automated tests to help with development and spotting bugs. Unlike Filtlong itself, which is written in C++, the tests are written in Python3, so you'll need that installed to run them.

To run the tests, execute this command from Filtlong's root directory:
```
python3 -m unittest
```