Home | Trees | Indices | Help |
|
---|
|
object --+ | Config
General CSB Test Config. Config instances contain the following properties:
Instance Methods | |||
|
|||
str |
|
||
object |
|
||
file stream |
|
||
str |
|
||
|
|||
Inherited from |
Static Methods | |||
|
|||
|
Class Variables | |
DATA =
|
|
GENERATED_DATA =
|
|
TEMP =
|
Properties | |
str |
data Test data directory |
str |
generatedData Test data directory for generated files |
str |
temp Test temp directory |
Inherited from |
Method Details |
Try to deserialize some pickled data files. Call Config.updateDataFiles if the pickles appeared incompatible with the current interpreter. |
Same as
|
Same as
|
Return a temporary file stream: with self.getTempStream() as tmp: tmp.write(something) tmp.flush() file_name = tmp.name
|
Search for
|
Override the default Config.DATA with a new data root directory.
|
Override the default Config.GENERATED_DATA with a new data root directory.
|
Refresh the pickled structures in csb/test/data. This might be needed when the internal representation of some classes has changed. |
Class Variable Details |
GENERATED_DATA
|
Property Details |
dataTest data directory
|
generatedDataTest data directory for generated files
|
tempTest temp directory
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:07 2017 | http://epydoc.sourceforge.net |