summaryrefslogtreecommitdiff
path: root/tests/topotests/example-test/test_example.py
AgeCommit message (Collapse)Author
2021-05-11tests: Unify directory naming for topotestsDonatas Abraitis
Change every `-` to `_` in directory names. This is to avoid mixing _ and -. Just for consistency and directory sorting properly. Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
2020-04-03tests: Run python formatter (black) for topotestsreformat
Mostly ' => ", whitespace changes. Using https://github.com/psf/black Signed-off-by: reformat <reformat@nobody.nobody>
2018-11-27example-test: Add simple example pytest for documentation (and exclude it ↵Martin Winter
from running in pytest.ini)