diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-02-03 09:08:00 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-02-03 09:08:00 +0100 |
| commit | 02f17e59e40fec9cb44261321f65d37b5fb70577 (patch) | |
| tree | 8ee277b80080172bde963bbf30677f70c5361840 | |
| parent | 2c3f27bbc42011ba97aa3960ad54a164c638a537 (diff) | |
| download | obsapi-02f17e59e40fec9cb44261321f65d37b5fb70577.tar.gz obsapi-02f17e59e40fec9cb44261321f65d37b5fb70577.tar.xz obsapi-02f17e59e40fec9cb44261321f65d37b5fb70577.zip | |
Add pytest.iniobsapi-0.1.0
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | pytest.ini | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,8 @@ build/* dist/* *.egg-info/* MANIFEST +.eggs +.cache # python skin *.pyc diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..2266419 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +testpaths = test |
