otp icon indicating copy to clipboard operation
otp copied to clipboard

eunit: exact execution option

Open u3s opened this issue 3 years ago • 2 comments

  • option for avoiding automatic execution of a module with "_tests" suffix

u3s avatar Jul 15 '22 22:07 u3s

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

github-actions[bot] avatar Jul 15 '22 22:07 github-actions[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 :-)) )

u3s avatar Jul 15 '22 22:07 u3s