From f1c9ef713b7f0af7efc95a242d3ffd1044c8f7f3 Mon Sep 17 00:00:00 2001 From: BethanyG Date: Mon, 6 Sep 2021 09:29:38 -0700 Subject: [PATCH] Added basic pytest ini with task mark so Pytest will no longer throw warnings locally. --- 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 00000000..c315f431 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +markers = + task: A concept exercise task. \ No newline at end of file