pip_tkinter.test package¶
Submodules¶
pip_tkinter.test.test_gui_app module¶
-
class
pip_tkinter.test.test_gui_app.
EventGenerator
(target_widget)[source]¶ Bases:
threading.Thread
Event Generator class : Inject events from different thread into tkinter mainloop()
-
class
pip_tkinter.test.test_gui_app.
TestGUIApp
(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase
Test the GUI application and it’s different GUI events
Order of testing :
- Welcome page
- Install page
- Install From PyPI
- Install From Local archive
- Install From Requirements
- Insall From PythonLibs
- Manage Installed Modules page
- Uninstall Package
- Update Package
- Freeze Requirements