Skip to content

Run all unit tests after running a single test #562

Answered by MikeSchulze
joshuafolkken asked this question in Q&A
Discussion options

You must be logged in to vote

The test can be run in different scenarios.
At first, you have the overall shortcuts:

F5 only should not run any test, exceptional you have not built a custom main scene to run tests.

Or using the context menus in the script editor or inspector.
The test execution is depended on the actual selected line in the script editor.
e.g. you have selected the test function, it will run only this single test, otherwise all tests in the test suite will be executed.
In the inspector the same behavior it will execute the selected test, test suite or the content of a selected folder.

I hope this answers your questions.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@joshuafolkken
Comment options

Answer selected by MikeSchulze
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested clarified
2 participants