summaryrefslogtreecommitdiffstats
path: root/libreport/src/report-python/py_report_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'libreport/src/report-python/py_report_test.py')
-rw-r--r--libreport/src/report-python/py_report_test.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/libreport/src/report-python/py_report_test.py b/libreport/src/report-python/py_report_test.py
new file mode 100644
index 00000000..e15044f8
--- /dev/null
+++ b/libreport/src/report-python/py_report_test.py
@@ -0,0 +1,7 @@
+import _pyreport
+
+pd = _pyreport.problem_data()
+pd.add("foo", "bar")
+pd.add("description", "python-libreport test bug")
+
+_pyreport.report(pd)