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

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pytest.ini')
-rw-r--r--tests/pytest.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/pytest.ini b/tests/pytest.ini
new file mode 100644
index 00000000..fed061a1
--- /dev/null
+++ b/tests/pytest.ini
@@ -0,0 +1,5 @@
+[pytest]
+markers =
+ travis: all tests that will be run in travis CI
+ client: all tests that are related to the CoreNLP client interface
+ pipeline: all tests that are related to the Stanza neural pipeline