diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000000000000000000000000000000000000..0d388137ae84236e4d7d77f64cb056f8c98b9631_cHl0ZXN0LmluaQ== --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = tests -s -vvv \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index eb31e66d4789642049eef9d423ab5dcb8ccf0507_cmVxdWlyZW1lbnRzLnR4dA==..0d388137ae84236e4d7d77f64cb056f8c98b9631_cmVxdWlyZW1lbnRzLnR4dA== 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ git+https://github.com/octobus-net/asv.git@octobuspatches#egg=asv pyyaml perf +pytest diff --git a/script/__init__.py b/script/__init__.py new file mode 100644 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644