You are here

README.txt in SimpleTest 6

Same filename in this branch
  1. 6 README.txt
  2. 6 tests/README.txt
Same filename and directory in other branches
  1. 5 README.txt
  2. 6.2 README.txt
Description
-----------
A framework for running unit tests in Drupal.

USAGE WARNING
-------------
NEVER USE THIS MODULE IN A PRODUCTION ENVIRONMENT!
While running a test this module may (completely) change your Drupal setup.
Though it usually recovers the original setup at the end of a test, there is
no guarantee that it will work correctly, especially if an error or timeout
occurs.

Status
------
Drupal core tests are in the /tests subdirectory. We need people to help
expand our library of core tests, as well as provide tests for contributed
modules. 

Documentation
-------------
* Official SimpleTest documentation:
  http://simpletest.org/en/start-testing.html
* SimpleTest module API documentation:
  http://drupal.org/simpletest
* An Introduction to Unit Testing in Drupal:
  http://www.lullabot.com/articles/introduction-unit-testing
* A Drupal Module Developer's Guide to SimpleTest:
  http://www.lullabot.com/articles/drupal-module-developer-guide-simpletest

Module Authors
--------------
* Moshe Weitzman < weitzman at tejasa dot com >
* Kuba Zygmunt   < kuba.zygmunt at gmail dot com >
* Thomas Ilsche  < ThomasIlsche at gmx dot de >
* Rok Zlender    < rok.zlender at gmail dot com >

Thanks
------
* Google for sponsoring the initial test suite (and subsequent improvements)
  as Summer of Code projects:
  http://code.google.com/soc/
* Google and all students/mentors involved in the creation of a huge set of
  core tests during the Google Highly Open Participation contest:
  http://code.google.com/opensource/ghop/

File

README.txt
View source
  1. Description
  2. -----------
  3. A framework for running unit tests in Drupal.
  4. USAGE WARNING
  5. -------------
  6. NEVER USE THIS MODULE IN A PRODUCTION ENVIRONMENT!
  7. While running a test this module may (completely) change your Drupal setup.
  8. Though it usually recovers the original setup at the end of a test, there is
  9. no guarantee that it will work correctly, especially if an error or timeout
  10. occurs.
  11. Status
  12. ------
  13. Drupal core tests are in the /tests subdirectory. We need people to help
  14. expand our library of core tests, as well as provide tests for contributed
  15. modules.
  16. Documentation
  17. -------------
  18. * Official SimpleTest documentation:
  19. http://simpletest.org/en/start-testing.html
  20. * SimpleTest module API documentation:
  21. http://drupal.org/simpletest
  22. * An Introduction to Unit Testing in Drupal:
  23. http://www.lullabot.com/articles/introduction-unit-testing
  24. * A Drupal Module Developer's Guide to SimpleTest:
  25. http://www.lullabot.com/articles/drupal-module-developer-guide-simpletest
  26. Module Authors
  27. --------------
  28. * Moshe Weitzman < weitzman at tejasa dot com >
  29. * Kuba Zygmunt < kuba.zygmunt at gmail dot com >
  30. * Thomas Ilsche < ThomasIlsche at gmx dot de >
  31. * Rok Zlender < rok.zlender at gmail dot com >
  32. Thanks
  33. ------
  34. * Google for sponsoring the initial test suite (and subsequent improvements)
  35. as Summer of Code projects:
  36. http://code.google.com/soc/
  37. * Google and all students/mentors involved in the creation of a huge set of
  38. core tests during the Google Highly Open Participation contest:
  39. http://code.google.com/opensource/ghop/