From 67645bbd2ee5efac39f47a52ac60b049aecb09bd Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Fri, 31 Jan 2020 17:39:42 +0100 Subject: Finish updating unit tests to use requests_mock --- test/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/__init__.py (limited to 'test/__init__.py') diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..d974eae --- /dev/null +++ b/test/__init__.py @@ -0,0 +1,4 @@ +import os +import pytest + +test_dir = os.path.split(os.path.abspath(__file__))[0] -- cgit v1.2.3