pybop-team / PyBOP

A parameterisation and optimisation package for battery models.
https://pybop-docs.readthedocs.io
BSD 3-Clause "New" or "Revised" License
44 stars 8 forks source link

Automated issue generator for failed PyBaMM `develop` tests #297

Open BradyPlanden opened 2 months ago

BradyPlanden commented 2 months ago

Feature description

As discussed in #291, add the report-log plugin for pytest with the xarray issue creator.

An example implementation can be found here: https://github.com/keewis/reportlog-test

Motivation

Add an automated issue for failed PyBaMM develop branch tests.

Possible implementation

No response

Additional context

No response

agriyakhetarpal commented 2 months ago

The issue creator is working, though only partially – it can be seen in the PR on my fork above. I have submitted a patch to add the requested feature upstream, we should be good to go after that.