tests.test_filesystem

Module Contents

Classes

TestFileSystem

Test FileSystem operations.

class tests.test_filesystem.TestFileSystem(methodName='runTest')[source]

Bases: unittest.TestCase

Test FileSystem operations.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()[source]

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

tearDown()[source]

Hook method for deconstructing the test fixture after testing it.

test_manage_user_workspace(mock_head_request)[source]

Tests creating and deleting a user workspace.

test_create_user_missing_workspace_dir(mock_head_request)[source]

Tests creating a user directory with a missing workspace directory.