aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 04:22:03 +0100
committercodl <[email protected]>2017-11-27 14:20:31 +0100
commit765db0fc8149aad4c103244e013fdd128af8d3d2 (patch)
treee8c590492f114e024135ed8584bcab7276e8a1f9 /tests/test_hooks.py
parentd09d27cdd25a6277333b65953d546bd281e380da (diff)
downloadmastodon.py-765db0fc8149aad4c103244e013fdd128af8d3d2.tar.gz
move fixtures.py to standardized location conftest.py
Diffstat (limited to 'tests/test_hooks.py')
-rw-r--r--tests/test_hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_hooks.py b/tests/test_hooks.py
index fe242a6..132021b 100644
--- a/tests/test_hooks.py
+++ b/tests/test_hooks.py
@@ -1,4 +1,4 @@
1from .fixtures import * 1import pytest
2from datetime import datetime 2from datetime import datetime
3 3
4@pytest.mark.vcr() 4@pytest.mark.vcr()
Powered by cgit v1.2.3 (git 2.41.0)