Add pytest init file to define custom mark mat_ops (#2120)

Fixes #1917.
This commit is contained in:
Michael Quevillon 2020-06-15 12:09:32 -04:00 committed by GitHub
parent 0b028aa32a
commit 9438c6bf0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
pytest.ini Normal file
View File

@ -0,0 +1,4 @@
# Setup for pytest
[pytest]
markers =
mat_ops: mark a test as utilizing matrix operations.