mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
b97529dd88
* Move PE validate_solutions to scripts/ directory * Update pytest.ini file with durations settings * Remove codespell and autoblack workflow file * Dependent changes to test config files * Update pytest.ini
6 lines
120 B
INI
6 lines
120 B
INI
# Setup for pytest
|
|
[pytest]
|
|
markers =
|
|
mat_ops: mark a test as utilizing matrix operations.
|
|
addopts = --durations=10
|