search for: deeptests

Displaying 4 results from an estimated 4 matches for "deeptests".

Did you mean: deeptest
2008 Feb 02
9
deep test with rspec?
All, Has anyone on this list tried to use DeepTest[1] with rspec? My initial attempts have failed so I would be really interested if someone has figured it out. Thanks. -Ben 1. http://www.somethingnimble.com/bliki/deep-test
2008 Jun 11
2
Routine and Deep testing with R CMD check
...runs test scripts. There are at least two ways this could be accomplished. One possibility would be to define a separate directory as part of the package structure to store the more complex, longer, "deep" tests. That is, one might have package/R package/man package/tests package/deeptests [or some better name] Then the default for "R CMD check" would be to run all the .R scripts in tests but none of the .R scripts in deep tests. However, one would also have to add an option, perhaps something like R CMD check --run-deeptests [package] to run the more elaborate test scr...
2007 Oct 04
16
Spec/Test Speed
Just wanted to pick some smart people about this topic: What are you guys doing to increase the speed of your specs? I''m a big fan of autotest, but right now my current project has 438 specs (for rails). Most of them are in the model, and for all of them we are hitting the database (they are more functional specs than unit-tests). The whole suite takes 112 seconds (meaning the
2008 May 08
7
Rspec Stories / Selenium Nightmare
I have been using Rspec stories with Webrat feeling very productive and happy. Then I needed to do something with Selenium (Webrat could have done what I needed but it does not yet have the functionality). Selenium-core as part of a rails plugin looked nice but did not seem to fit with rspec stories. So I went the Selenium-rc route. Since Selenium uses a separate instance of rails