From 9438c6bf0b583e2b56f19d8fa28f2e95d7146d42 Mon Sep 17 00:00:00 2001 From: Michael Quevillon Date: Mon, 15 Jun 2020 12:09:32 -0400 Subject: [PATCH] Add pytest init file to define custom mark mat_ops (#2120) Fixes #1917. --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..a26de5e63 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +# Setup for pytest +[pytest] +markers = + mat_ops: mark a test as utilizing matrix operations.