Unit testing in Moodle 2.0 R.C

Unit testing in Moodle 2.0 R.C

per Raphaël Godue,
Number of replies: 1

Hi everyone,

I am writing on the behalf of the Moodle team from Universite of Montreal. We would like to have more information on unit testing in Moodle 2.0 RC.

Currently, we are running the unit test from the administration site and we have a lot of error. Ho do we make sense of those test ?

 

Tester from Universite de Montreal

Raphael Godue

Average of ratings: -
In reply to Raphaël Godue

Re: Unit testing in Moodle 2.0 R.C

per Tim Hunt,
Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar Plugin developers

Ah! coincidence. My colleague sam just noticed this, and so on our next Moodle Monday here at the OU, we will be working to try to get all the tests passing. See MDL-24905.

Information about the Moodle unit testing syste is on Development:Unit_tests. The failed test probably just mean that no one has bothered to run them for a while, and the code being tested has changed in a way that, while not buggy, breaks the tests.