brettviren / worch

Let the orchestration waf through the suite.
5 stars 3 forks source link

Refactor orch/__init__.py and main wscript file #11

Closed brettviren closed 11 years ago

brettviren commented 11 years ago

Right now the orch/init.py file does too many things.

At the very least, the recursion should be moved into the top-level wscript file.

It's probably good to move this out of init.py so it's easier to import orch submodules for unit tests.

brettviren commented 11 years ago

This has been done. orch.waffuncs now holds this functionality.