From Fedora Project Wiki
(Redirected from QA:Testcase ABRT python)
Description
This test case tests the functionality of the ABRT Python exception handler.
Setup
Install will-crash
How to test
- Ensure the package is installed:
sudo dnf install abrt-addon-python - Generate an uncaught python exception:
will_python_raise - A python traceback should be generated at the command line:
Will raise.
Traceback (most recent call last):
File "/bin/will_python_raise", line 3, in <module>
0/0
ZeroDivisionError: integer division or modulo by zero
Expected Results
- ABRT should catch the traceback, and if you inspect the report via
gnome-abrt, the trace in report window should be the same as in the terminal where you executed the command - The ABRT plugin should not cause any unintended behaviour in python scripts when installed
