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
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
When running ceylon test tool, one has to enumerate all test modules to run them.
What about "detecting" all the modules in the project and running all modules that import ceylon.test if no modules are specified?
The problem is with CI tools -- once you've set up CI to test predefined set of modules, you need to update the CI whenever refactoring/splitting modules. It would be much better if all test in a project could be picked up automatically after module refactoring.
The text was updated successfully, but these errors were encountered:
When running
ceylon test
tool, one has to enumerate all test modules to run them.What about "detecting" all the modules in the project and running all modules that import
ceylon.test
if no modules are specified?The problem is with CI tools -- once you've set up CI to test predefined set of modules, you need to update the CI whenever refactoring/splitting modules. It would be much better if all test in a project could be picked up automatically after module refactoring.
The text was updated successfully, but these errors were encountered: