xolvio / rtd

DEPRECATED: The Test Runner for Meteor
164 stars 37 forks source link

Unspecified error when unit tests are missing. #99

Open matfin opened 10 years ago

matfin commented 10 years ago

Hi,

Wanted to point out an issue that had me struggling for days to find out what the problem was.

I set up an RTD project in my Meteor app as per instructions on your blog. The problem is that when I had no tests defined at all (only our custom stubs) I was getting the following error.

PhantomJS 1.9.2 (Mac OS X): Executed 0 of 0 ERROR (0.36 secs / 0 secs) PhantomJS 1.9.2 (Mac OS X): Executed 0 of 0 ERROR (0.36 secs / 0 secs)

Error: Command failed: Fatal error: Command failed:

For anyone else in the same position I suggest writing at least a simple test. Would it be possible to have this error caught and have a more informative message displayed?

Thanks,

Matt

xolvio commented 10 years ago

Thanks for the feedback. We really ought to get the docs up to date for RTD. I promise to when I get time :)

xolvio commented 10 years ago

And make that error more informative

AdrienLemaire commented 10 years ago

bump on that issue, there are no simple test shown in http://rtd.xolv.io/