Unit testing in Moodle 2.0 R.C

Unit testing in Moodle 2.0 R.C

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

評比平均分數: -
In reply to Raphaël Godue

Re: Unit testing in Moodle 2.0 R.C

Tim Hunt發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 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.