diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-08 18:12:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-08 18:12:15 +0000 |
| commit | be070a4a495b3fad1cefe4263e3fb1e1afaff812 (patch) | |
| tree | 75e4ca16edf72276d089fb382d6b585606a9bfc3 /test.py | |
| parent | 2204a1810461c087ed85d0f5f0ea93134c0b7ada (diff) | |
Partial work on deps.better-deps
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) |
