testing.functional package¶
Submodules¶
- testing.functional.test_badupload module
- testing.functional.test_cleanup module
- testing.functional.test_final module
- testing.functional.test_log module
- testing.functional.test_rdiffdir module
- testing.functional.test_restart module
- testing.functional.test_selection module
- testing.functional.test_verify module
Module contents¶
-
exception
testing.functional.
CmdError
(code)[source]¶ Bases:
exceptions.Exception
Indicates an error running an external command
-
class
testing.functional.
FunctionalTestCase
(methodName='runTest')[source]¶ Bases:
testing.DuplicityTestCase
-
make_largefiles
(count=3, size=2)[source]¶ Makes a number of large files in testfiles/largefiles that each are the specified number of megabytes.
-