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