Unit testing for easyconfigs#228
Conversation
|
Should this not be in easybuild/test ? (with an extended path in all |
|
or easybuild/easyconfigs/test if you want to be consistent... |
|
But maybe a better solution would be to put all testcases in /test in each repo? |
|
Initially, I put it into |
|
Putting everything in
The downside is that this will move the unit tests to a different location in the framework repo... Which is OK if we make it explicit, I guess, it doesn't affect the |
|
Reorganized easyconfig tests in |
|
Also moved the unit tests for the other repos, see easybuilders/easybuild-easyblocks#178 and easybuilders/easybuild-framework#611 |
|
excellent |
This introduces unit tests for easyconfigs.
With n easyconfig files, n+1 tests will be run, i.e. each easyconfig file will be parsed and an easyblock instance will be created for it, and a full dependency graph is built.
Example run: