mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Add pytest init file to define custom mark mat_ops (#2120)
Fixes #1917.
This commit is contained in:
parent
0b028aa32a
commit
9438c6bf0b
4
pytest.ini
Normal file
4
pytest.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# Setup for pytest
|
||||
[pytest]
|
||||
markers =
|
||||
mat_ops: mark a test as utilizing matrix operations.
|
Loading…
Reference in New Issue
Block a user