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