AnnounceShare plugin

This commit is contained in:
shortcutme 2018-08-26 02:45:37 +02:00
parent efd1efad4d
commit 27f2c44532
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
5 changed files with 191 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.