| 1 | | Ideally, unit tests must be isolated and decoupled from the rest of the system. In large frameworks like EBox we must make a effort to isolate the tests. |
| 2 | | Remember: if we had to run the tests as root or as the ebox user it will be a very bad smell about coupling. |
| | 1 | Ideally, unit tests must be isolated and decoupled from the rest of the system. In large frameworks like eBox we must make a strong effort to isolate the tests from the applications and framework. |
| | 2 | |
| | 3 | Remember: if we had to run the tests as root or as the eBox user that would indicate a very tight coupling between eBox and the unit tests, and that is a bad thing. |