diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..fe46d3e --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +markers = + net: marks tests that access the internet (deselect with '-m "not net"')