mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
Add pytest init file to define custom mark mat_ops (#2120)
Fixes #1917.
This commit is contained in:

committed by
GitHub

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.
|
Reference in New Issue
Block a user