Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
Testing
-------
This document describes the project's approach to testing. Essentially we do not require tests
for all code but do strive to maintain reasonable test coverage.
Local testing
-------------
To run local tests, simply execute the appropriate group of tests in the `utils` subdirectory.
For example:
```sh
$ php utils/test.php # Run main tests
$ php utils/ootest.php # Run object-oriented wrapper tests
$ php utils/other-test.php # Run additional tests
```
Automated testing
-----------------
The project uses the free Travis Continuous Integration (CI) service to test new code.
The service runs automatically every time code is committed, and the results will be emailed
and displayed publicly on the project's github page.