mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
5 lines
95 B
INI
5 lines
95 B
INI
|
# Setup for pytest
|
||
|
[pytest]
|
||
|
markers =
|
||
|
mat_ops: mark a test as utilizing matrix operations.
|