WhiteHouse / petitions

Drupal installation profile powering We The People at petitions.whitehouse.gov
https://petitions.whitehouse.gov/
1.14k stars 336 forks source link

No testing #12

Open disassembler opened 12 years ago

disassembler commented 12 years ago

The only test code provided is some selenium tests that test core drupal functionality. All code unique to your application should have associated tests with the code. Drupal provides a testing framework to do this via the simpletest module.