Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests are not run at all #93

Open
kplimack opened this issue Dec 13, 2017 · 0 comments
Open

tests are not run at all #93

kplimack opened this issue Dec 13, 2017 · 0 comments

Comments

@kplimack
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant