Skip to content

Commit 9438c6b

Browse files
authored
Add pytest init file to define custom mark mat_ops (TheAlgorithms#2120)
Fixes TheAlgorithms#1917.
1 parent 0b028aa commit 9438c6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: pytest.ini

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Setup for pytest
2+
[pytest]
3+
markers =
4+
mat_ops: mark a test as utilizing matrix operations.

0 commit comments

Comments
 (0)