Bug 4977

Summary: convert all main() functions in Python modules to autotests
Product: ThinLinc Reporter: Karl Mikaelsson <derfian>
Component: OtherAssignee: Bugzilla mail exporter <bugzilla-qa>
Status: CLOSED WORKSFORME    
Severity: Normal    
Priority: P2    
Version: 4.1.1   
Target Milestone: 4.16.0   
Hardware: PC   
OS: Unknown   
Acceptance Criteria:

Description Karl Mikaelsson cendio 2014-01-31 10:29:26 CET
We have plenty of Python modules that have defined main() functions, often with some sort of basic functionality test of their contents. Tests are good, but tests that aren't run automatically are destined to be forgotten. We should rewrite as many of these as possible to autotests so they are run every night.

In case a main() function is not suitable for an autotests, we might as well scrap the main() function altogether.
Comment 1 Pierre Ossman cendio 2023-08-31 08:59:52 CEST
We seem to have resolved this along the way, likely during the conversion to Python 3.