Packages and modulesΒΆ
The source code for TurboCtl is located in the turboctl package, which has the following internal structure of subpackages and modules:
In addition to turboctl, TurboCtl also contains the test_turboctl
package, which contains automatic tests for turboctl. The internal
structure of test_turboctl
mirrors that of turboctl, and most
modules in turboctl have a corresponding test module
test_<modulename>.py
in test_turboctl
.