gardners / 2014SE3

Software Engineering 3, Semester 1 2014.
2 stars 28 forks source link

Prac 9 roth0052 #238

Closed Blaizer closed 10 years ago

Blaizer commented 10 years ago

I submitted some tests for Cameron's MojoMafia project. As I wrote in my comment for prac 10, the project rolls its own simpler implementation of Markdown to format posts made to its forum. The way it works is well defined, but it wasn't tested fully. I added many tests to fully test the required behaviour.

Here's the commit of the tests I added: https://github.com/RogerDodger/MojoMafia/commit/a7ef4cdc86e7ba259c50536078cfcb5237095e7f

gardners commented 10 years ago

Well done.