mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00: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