Unit testing in Moodle 2.0 R.C

Unit testing in Moodle 2.0 R.C

Raphaël Godue -
Vastausten määrä: 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

Arviointien keskiarvo: -
Vastaus Raphaël Godue

Re: Unit testing in Moodle 2.0 R.C

Tim Hunt -
Kuva: Core developers Kuva: Documentation writers Kuva: Particularly helpful Moodlers Kuva: Peer reviewers Kuva: 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.