diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-01-31 17:39:42 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-01-31 17:39:42 +0100 |
| commit | 67645bbd2ee5efac39f47a52ac60b049aecb09bd (patch) | |
| tree | 20f6fa8e0c418a2b73807772cf81847d44dc60e0 /test/__init__.py | |
| parent | 098ffc5485070e7f0b807d9ece9d973320017d14 (diff) | |
| download | obsapi-67645bbd2ee5efac39f47a52ac60b049aecb09bd.tar.gz obsapi-67645bbd2ee5efac39f47a52ac60b049aecb09bd.tar.xz obsapi-67645bbd2ee5efac39f47a52ac60b049aecb09bd.zip | |
Finish updating unit tests to use requests_mock
Diffstat (limited to 'test/__init__.py')
| -rw-r--r-- | test/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
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] |
