Allow single integration tests to be run from invoke #6846
Labels
triage
This issue is new and has not been reviewed.
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Currently, running
invoke unittest
will exclude any test tags of integration. The way this is currently laid out in theNautobotTestRunner
- it is impossible to run a single integration test without also running the entire suite of tests.Propose that we make some tweaks in the code runner to ensure developers can run a single test/suite at a time even if they are an integration test.
Justification
It is important for developer sanity to be able to select a single test to run over and over again quickly. According to our CI records, these integration tasks can take up to 25 minutes to run the full suite.
The text was updated successfully, but these errors were encountered: