bulk-downloader-for-reddit/pytest.ini

8 lines
246 B
INI
Raw Normal View History

2021-02-26 17:09:25 +08:00
[pytest]
addopts = --strict-markers
2021-02-26 17:09:25 +08:00
markers =
2021-02-26 17:19:12 +08:00
online: tests require a connection to the internet
2021-02-27 07:26:02 +08:00
reddit: tests require a connection to Reddit
2021-03-10 06:43:15 +08:00
slow: test is slow to run
authenticated: test requires an authenticated Reddit instance