mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
feat: Add automatic price reduction on reposts (#691)
This commit is contained in:
@@ -353,7 +353,8 @@ markers = [
|
||||
"slow: marks a test as long running",
|
||||
"smoke: marks a test as a high-level smoke test (critical path, no mocks)",
|
||||
"itest: marks a test as an integration test (i.e. a test with external dependencies)",
|
||||
"asyncio: mark test as async"
|
||||
"asyncio: mark test as async",
|
||||
"unit: marks a test as a unit test"
|
||||
]
|
||||
asyncio_mode = "auto"
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
|
||||
Reference in New Issue
Block a user