testing.unit.test_path module

class testing.unit.test_path.PathTest(methodName='runTest')[source]

Bases: testing.unit.UnitTestCase

Test basic path functions

setUp()[source]
test_canonical()[source]

Test getting canonical version of path

test_compare_verbose()[source]

Run compare_verbose on a few files

test_deltree()[source]

Test deleting a tree

test_quote()[source]

Test path quoting

test_unquote()[source]

Test path unquoting