Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2016-04-29 12:32:33 +0300
committerJaime van Kessel <nallath@gmail.com>2016-04-29 12:32:33 +0300
commit46ff3f44089ea30c759133c4b563e5864c34241c (patch)
treee419bbc9fccf5f66e31c8ce8d54e5a59d8672d12 /pytest.ini
parentae0e05182b3eea4271c1127962fff5925e83f545 (diff)
Added unit test stub
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000000..de6e8797fb
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,4 @@
+[pytest]
+testpaths = tests
+python_files = Test*.py
+python_classes = Test