diff options
Diffstat (limited to 'test.py')
| -rw-r--r-- | test.py | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +import imp +import sys + +cdist = imp.load_source("cdist", "cdist") + +target = cdist.SourceTarget() +tree = cdist.Tree('dcpomatic', 'master', target) + +assert(cdist.union(None, None, tree) is None) +print cdist.union('master', 'master', tree) |
