-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
This library would be a lot more useful if some real-world documentation were included -- this should include basic installation scenarios (e.g. is it even possible to put the test files in a directory outside of document root? All my CodeIgniter files save for index.php are not in the docroot, but I see nothing in the comments or README that let me know if this was written in a way that respects that common scenario).
Here are a few examples:
- from unit_test.php, What is this?:
define('MAIN_PATH', realpath(dirname(FILE)).'/'); - Please put a link back to http://www.simpletest.org/ prominently in your docs -- it's not clear from the de
- From the README, this is useless: "All test files need to be named
test_name_folder.php." -- you give example of the filename, but no explanation of where they're supposed to go. What directory? - Please explain your directory structure. I'm used to putting all my tests into one folder. Why would I put some into a folder named "bugs" and others in a folder named "libraries" etc.
- Update your unit_test.php file so it's clear what areas should NOT be edited. Usually there's a note like "DO NOT EDIT BELOW THIS LINE."
- Add at least one wiki page please: something that describes the project -- it's not even clear that this is an implementation of http://www.simpletest.org/ (include a link please)
With mediocre documentation, a project can never be more than mediocre.
Metadata
Metadata
Assignees
Labels
No labels