Index of the testtools module
-
m
testtools
...
- Tools for controlling test environments.
-
a
__repos_url__
...
-
m
stubs
...
- Tools for replacing objects with stubs.
-
m
storage
...
- Fixture storage media.
-
C
FileStor
...
- abstract Stor object that involves storing a file.
-
C
Stor
...
- interface for a storage medium.
-
f
close
...
- perform any close logic, like closing a file.
-
f
save
...
- saves fields in kwds.
-
f
clean
...
- erases any previous contents in storage.
-
C
CsvStor
...
- CSV storage medium.
-
C
XmlStor
...
- XML file storage medium.
-
C
SOStor
...
- SQLObject storage medium.
-
m
bgtests
...
- tools for automatically triggering test suites.
-
m
io
...
- IO-related testing tools.
-
C
TempIO
...
- self-destructable temporary directory root.
-
f
mkfile
...
- makes a filename in root.
-
f
__del__
...
- removes the root directory and everything under it.
-
f
mkdir
...
- makes a directory in the root and returns its full path.
-
f
newdir
...
- makes a directory in the root.
-
f
putfile
...
- puts new file in your TempIO root.
-
f
__init__
...
-
f
mkdirall
...
- walks the path and makes any non-existant dirs.
-
f
readfile
...
- debug util that returns file contents.
-
f
putfile
...
- opens filename in writing mode, writes contents and closes.
-
m
exceptions
...
- exceptions used in testtools
-
m
fixtures
...
- Provides tools to load and inspect test data.
-
m
config
...
- common configuration settings.