summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorcapellancitizen <thecapellancitizen@gmail.com>2024-08-13 11:27:33 -0400
committerGitHub <noreply@github.com>2024-08-13 11:27:33 -0400
commit02cce8024d0e91036266cae310ed8d24f9c64d17 (patch)
tree43fbf8ba134570f4f017c3f5026e3ab7561e621d /pytest.ini
parente8896fe18e3f052f6ae4c7a7a62ac3f40ec7c091 (diff)
CI: Added pytest, some speed improvements (#3135)
Geos build is now cached, and its tests are no longer built.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 00000000..7f369af2
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,3 @@
+[pytest]
+testpaths =
+ tests \ No newline at end of file