summaryrefslogtreecommitdiff
path: root/Pytest.md
diff options
context:
space:
mode:
Diffstat (limited to 'Pytest.md')
-rw-r--r--Pytest.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pytest.md b/Pytest.md
new file mode 100644
index 0000000..9caf78d
--- /dev/null
+++ b/Pytest.md
@@ -0,0 +1,3 @@
+# Invocation
+`pytest test_mod.py::test_func`
+`pytest test_mod.py::TestClass::test_method` \ No newline at end of file