Hi there.<div><br></div><div>I asked on the IRC channel two weeks ago or so about RSpec style testing frameworks, since I was sure I&#39;d seen at least one linked either here or in the channel, but couldn&#39;t find which one that was.</div>
<div><br></div><div>Clearly the only solution was to write one.</div><div><br></div><div>It&#39;s here:</div><div><a href="http://github.com/Julian/Ivoire">http://github.com/Julian/Ivoire</a></div><div><a href="http://pypi.python.org/pypi/ivoire">http://pypi.python.org/pypi/ivoire</a></div>
<div>pip install ivoire</div><div><br></div><div>I&#39;ve just pushed out v0.1. I don&#39;t think I&#39;ll be permanently using it to write all my tests now certainly, but it&#39;s a bit cute I guess, especially not having gotten a chance to use RSpec much myself. It has a few fairly obvious flaws as well.</div>
<div><br></div><div>Truthfully I&#39;d have like to finish one other major feature (an import hook that transformed specs into regular unittests, which would have mitigated some of those flaws at the cost of a few smaller ones) but I&#39;ve become a bit busier with some other things and would rather push it out than have it sit here, so I&#39;ll probably get to finishing that later.<span></span></div>
<div><br></div><div>Cheers,</div>Julian