Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Approved
python new test framework is required. updated in this fork
But doing that means tests will never fail anymore. They'll only be logged to the console as failing ( you may have to unfold the test above to see that ), but the actual test will pass regardless. ( Yes, I'd like to know what I might have been doing wrong. )
QuickCheck
executes100
tests for eachproperty
by default. If you want to specify the number of tests for a specificproperty
, you need to replaceproperty
withquickCheckWith stdArgs { maxSuccess = t }
wheret
is the number of random tests.Increased the number of random tests in Ruby and JS (no idea about Haskell :-)
Re-ranked to 7 kyu
ceni taka, odgo boj!
I agree, this should rather be around 7 kyu (if not lower)
Now you can do it yourself ;)
^_^
Python translation kumited -- please check and approve
@rrolt: Don't worry, it's allright. Congratulations on your first approved kata!
Hey bkaes, sorry for the late approval.
Thanks for your hard work, your transation has been added.
Haskell translation kumited. I could have sworn I've already translated this kata, sorry.
This is now resolved
Loading more items...