materialsproject / jobflow

jobflow is a library for writing computational workflows.
https://materialsproject.github.io/jobflow
Other
90 stars 24 forks source link

Test error messages #465

Closed janosh closed 10 months ago

janosh commented 10 months ago

Using pytest.raises(match="expected error message").

Addresses pyproject.toml TODO added in #464.

codecov[bot] commented 10 months ago

Codecov Report

Merging #465 (ab71d1d) into main (d7e6760) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #465 +/- ## ======================================= Coverage 99.86% 99.86% ======================================= Files 20 20 Lines 1516 1516 Branches 419 419 ======================================= Hits 1514 1514 Misses 2 2 ```