From afb57b0dd57e49a2ca672c45bee3d315052d30e1 Mon Sep 17 00:00:00 2001 From: ymyke Date: Thu, 21 Jul 2022 08:49:52 +0200 Subject: [PATCH] Add pytest.ini to add net marker --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini 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"')