summaryrefslogtreecommitdiffstats
path: root/src/report-python/py_report_test.py
blob: e15044f8fd6c46a7aa5d3b6490977674b945adee (plain)
1
2
3
4
5
6
7
import _pyreport

pd = _pyreport.problem_data()
pd.add("foo", "bar")
pd.add("description", "python-libreport test bug")

_pyreport.report(pd)