otp
otp copied to clipboard
eunit: exact execution option
- option for avoiding automatic execution of a module with "_tests" suffix
CT Test Results
2 files 12 suites 3m 10s :stopwatch: 100 tests 98 :heavy_check_mark: 2 :zzz: 0 :x: 115 runs 113 :heavy_check_mark: 2 :zzz: 0 :x:
Results for commit dd366cb6.
:recycle: This comment has been updated with latest results.
To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.
See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.
Artifacts
// Erlang/OTP Github Action Bot
- @vkatsuba alternative approach compared to #5461
- intention is to leave legacy execution sequence unchanged
- but automated execution of "_tests" module can be disabled if not expected (such as when m and m_tests modules are placed in src folder and execution of all modules from folder is started, I observed this with rebar3 today :-) so I decided it is high time to come back to this one :-)) )