mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-07 11:37:36 +08:00
Move validate_solutions and add durations flag to pytest.ini (#3704)
* 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
This commit is contained in:
@ -2,3 +2,4 @@
|
||||
[pytest]
|
||||
markers =
|
||||
mat_ops: mark a test as utilizing matrix operations.
|
||||
addopts = --durations=10
|
||||
|
Reference in New Issue
Block a user