testing.unit.test_path module

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

Bases: UnitTestCase

Test basic path functions

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_canonical()[source]

Test getting canonical version of path

test_compare()[source]

Test directory comparisons

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