summaryrefslogtreecommitdiff
path: root/morphlib/workspace_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix assert in unit testLars Wirzenius2014-03-061-2/+2
| | | | | | We're clearly comparing two values for equality rather than asserting that the type of an object is not False, since that would make no sense at all.
* workspace: add method for listing system branchesRichard Maw2013-09-171-0/+10
|
* Add Workspace.create_system_branch_directory methodLars Wirzenius2013-08-061-0/+8
|
* Add Workspace.get_default_system_branch_directory_name methodLars Wirzenius2013-08-061-0/+8
| | | | | This will be useful later, when we start creating system branch directories.
* Add a Workspace classLars Wirzenius2013-07-311-0/+85