PySys was created as an open source Python framework that can help you organize and execute system level automated and manual testcases.
PySys was created as an accessible cross-platform tool that features support for concurrent running of testcases and process management / monitoring.
Requirements:
· Python 2.7
What's New in This Release: [ read full changelog ]
· Fixed issue with the determination of the overall test outcome due to the incorrect use of the inbuilt sorted() function. The issue meant the test outcome list was not correctly sorted based on precedent, leading to the incorrect determination of the overall test outcome.
· Fixed issue in the pysys.basetest on handling FileNotFoundExceptions in the assert* methods. The exception was not being caught, leading to subsequent asserts in the test class not being performed.