AnnounceLocal plugin

This commit is contained in:
shortcutme 2018-02-08 18:14:33 +01:00
parent ae0a78dfb1
commit 6376f7dd56
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
6 changed files with 364 additions and 0 deletions

View file

@ -0,0 +1,5 @@
[pytest]
python_files = Test*.py
addopts = -rsxX -v --durations=6
markers =
webtest: mark a test as a webtest.