|
|
|
|
|
by hugatest
1134 days ago
|
|
If your unit test needs root privileges, then it's not really a unit test in all but very few exceptional cases. It means you are interacting with the actually running kernel, which means you are integration testing, not unit testing. |
|