Opened 12 years ago
Last modified 10 years ago
#692 accepted defect
Proper documentation on how to author tests
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | documentation | Keywords: | test |
Cc: | Parent Tickets: |
Description
We need better documentation on how to author unit tests. This should go in docs/source/devel/
on its own page, maybe "writing tests" or some such.
The following should be mentioned:
- How to run tests (even though this is covered elsewhere)
- What tools we use (pytest, webtest)
- A simple "writing a unit test" example
- Show to pass an application fixture into a test
- Show how to set it up with different configs (I can explain this on IRC)
Change History (4)
comment:1 by , 11 years ago
Owner: | set to |
---|---|
Status: | new → in_progress |
comment:2 by , 11 years ago
I'm working on this in this repository:
https://gitorious.org/mediagoblin-automation/mediagoblin-selenium
Right now it's in the form of the docs/ folder in plain text but I plan to move it toward reStructuredText.
comment:3 by , 11 years ago
Keywords: | test added |
---|
comment:4 by , 10 years ago
Owner: | removed |
---|---|
Status: | in_progress → accepted |
No progress on this on my end. It would probably be more fruitful to copy what I've written for functional tests and make it into reStructedText and then add more information about how to do Unit Tests.
As part of my OPW internship I will be implementing this.