Skip to content

Turn PWBTestingGUI into a module.

Karol Krizka requested to merge PWBTestGUI-module into PWBTestGUI

Changes the file structure of the testing GUI to something similar to pwbDashSummaryPlots. This separates the running scripts and the actual implementation. It will make it easier to make to make the code more modular.

All code is now inside webreport/pwbDashGUI with

  • webreport/pwbDashGUI/PWBTestinGui.py being the main command
  • webreport/pwbDashGUI/app containing all of the code

Currently the setup.py does not install the GUI. It should be started from inside the webreport/pwbDashGUI directory.

The path to the powertools binaries can be specified using the POWERTOOLS environmental variable. The default is ./.

Merge request reports