chef-boneyard / minitest-chef-handler

Run minitest suites after your Chef recipes to check the status of your system.
Other
163 stars 44 forks source link

tests are not run at all #93

Open kplimack opened 6 years ago

kplimack commented 6 years ago

none of the tests are being run. they are copied properly, but when the runner is executed, it never actually runs the tests. the test files are being required, but the classes maybe not and im not sure how to debug any further.

[2] pry(#<MiniTest::Chef::Handler>)> MiniTest::Unit.output = STDOUT
=> #<IO:<STDOUT>>
[3] pry(#<MiniTest::Chef::Handler>)> runner._run
Run options: --seed 42386

# Running tests:

Finished tests in 0.001046s, 0.0000 tests/s, 0.0000 assertions/s.

0 tests, 0 assertions, 0 failures, 0 errors, 0 skips

there should be 21 test files loaded each containing at least 1 example.

find /var/chef/minitest/**/*_test.rb | wc -l
21