2021-02-26 17:09:25 +08:00
|
|
|
[pytest]
|
2022-12-01 07:05:10 +08:00
|
|
|
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
|