patriciomacadden / hobbit

A minimalistic microframework built on top of Rack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test failures are not very informative

ch1c0t opened this issue · comments

I commented out some code and, after running bundle exec rake test, got the test failures of this kind:

error: 1 != 
file: /usr/lib/ruby/2.2.0/rake/rake_test_loader.rb
line: 10

error: hobbit != 
file: /usr/lib/ruby/2.2.0/rake/rake_test_loader.rb
line: 10

error: 1 != 
file: /usr/lib/ruby/2.2.0/rake/rake_test_loader.rb
line: 10

error: hobbit != 
file: /usr/lib/ruby/2.2.0/rake/rake_test_loader.rb
line: 10

error: 1 != 
file: /usr/lib/ruby/2.2.0/rake/rake_test_loader.rb
line: 10

error: hobbit != 
file: /usr/lib/ruby/2.2.0/rake/rake_test_loader.rb
line: 10

You are right. I don't think this could be fixed in hobbit. You'll have to take a look at oktobertest. In the meantime you could just run the tests one by one.

You'll have to take a look at oktobertest.

I just thought that you, as the person who authored oktobertest, are in a better position to fix it properly.

In the meantime you could just run the tests one by one.

That option is really far away from my expectations of the ideal testing environment.