Package test_suite :: Package unit_tests :: Package _prompt :: Module test_dasha :: Class Test_dasha
[hide private]
[frames] | no frames]

Class Test_dasha

source code


Unit tests for the functions of the 'prompt.dasha' module.

Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
test_create_argfail_algor(self)
Failure of the algor arg of the dasha.create() user function.
source code
 
test_create_argfail_dir(self)
Failure of the dir arg of the dasha.create() user function.
source code
 
test_create_argfail_force(self)
The force arg test of the dasha.create() user function.
source code
 
test_execute_argfail_dir(self)
Failure of the dir arg of the dasha.execute() user function.
source code
 
test_execute_argfail_force(self)
The force arg test of the dasha.execute() user function.
source code
 
test_execute_argfail_binary(self)
Failure of the binary arg of the dasha.execute() user function.
source code
 
test_extract_argfail_dir(self)
Failure of the dir arg of the dasha.extract() user function.
source code

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, skipTest, tearDown

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Class Variables [hide private]
  dasha_fns = Dasha()

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed

Properties [hide private]

Inherited from object: __class__