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:
Dhruv Manilawala
2020-10-24 19:07:33 +05:30
committed by GitHub
parent 1cd8e68537
commit b97529dd88
7 changed files with 8 additions and 48 deletions

View File

@ -2,3 +2,4 @@
[pytest]
markers =
mat_ops: mark a test as utilizing matrix operations.
addopts = --durations=10