From 765db0fc8149aad4c103244e013fdd128af8d3d2 Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 27 Nov 2017 04:22:03 +0100 Subject: move fixtures.py to standardized location conftest.py --- tests/test_hooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_hooks.py') 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 @@ -from .fixtures import * +import pytest from datetime import datetime @pytest.mark.vcr() -- cgit v1.2.3