You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature that would make the debugging much easier.
It would be nice to be able to specify when running verdi devel tests a set of tests that we would like to run (from the specified "family" of tests)
E.g.
verdi -p test_dj1 devel tests db.nodes
has 71 tests. I want to focus only on one and debug it but I don't want to run all the other since it takes time (to run them on every modification). It becomes even more cumbersome if the whole procedure is done via the debugger of an IDE with breakpoints etc.
This is a feature that would make the debugging much easier.
It would be nice to be able to specify when running verdi devel tests a set of tests that we would like to run (from the specified "family" of tests)
E.g.
verdi -p test_dj1 devel tests db.nodes
has 71 tests. I want to focus only on one and debug it but I don't want to run all the other since it takes time (to run them on every modification). It becomes even more cumbersome if the whole procedure is done via the debugger of an IDE with breakpoints etc.
This feature exists for unittests, we just have to "expose it'
https://stackoverflow.com/questions/15971735/running-single-test-from-unittest-testcase-via-command-line
The text was updated successfully, but these errors were encountered: