☁ daicoden
☁ daicoden
I wasn't quite sure how to resolve differences with master.
Saw this command at http://github.com/bsag/tracks and thought it was a pretty awesome way to get the system going.
for loading fixtures for tests (using pytest): ``` @fixture def root_path(): if 'TEST_SRCDIR' in os.environ: return os.environ['TEST_SRCDIR'] + "/" + os.environ[ 'TEST_WORKSPACE'] + "/path/to/root" else: raise(Exception("Can not find fixtures, test...