README.txt
Text adds a native connect call
SHA-2568fb653b630b9e9f6b45412fd5352182c6b326dd69fb6d358917eb8723955370f
MaleculeO(C)
Evidence
10:40… esting facilities supporting
11TDD, BDD, mocking, and benchmarking.
12
13 "I had a class with Jim Weirich on testing last week and we were
14 allowed to choose our testing frameworks. Kir …
14:58… s and I were
15 paired up and we cracked open the code for a few test
16 frameworks...
17
18 I MUST say that minitest is *very* readable / understandable
19 compared to the 'other two' options we looked …
41:46… ite IO pipes too. :P
42
43minitest/unit is meant to have a clean implementation for language
44implementors that need a minimal set of methods to bootstra …
59:62… , like:
60classes, modules, inheritance, methods. This means you only have to
61learn ruby to use minitest and all of your regular OO practices like
62ext …
291:15… .results << result
292 end
293
294 def report
295 CI.connect(addr, port).send_results self.results
296 end
297 end
⋯7 lines