From 544245429ca7abdbc57dd1c9e7cb1d27e6ce175e Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Fri, 19 Jan 2024 13:50:35 +0100 Subject: [PATCH] Fix up tests --- README.md | 4 +-- tests/conftest.py | 14 ++++++++++ tests/integration/test_ciceroSCM.py | 33 ++++++++++++------------ tests/integration/test_magicc7.py | 22 ++++++++-------- tests/integration/test_run_multimodel.py | 6 ++--- 5 files changed, 47 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 2daec4fa..492c64a6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ TODO: +- Change to using pytest-regressions for handling expected values + - next PR as too hard to do with confidence when there are so many moving parts - Update notebook tests i.e. just make sure docs building covers them - TODO: work out how to handle package data -- Change to using pytest-regressions for handling expected values - get version to include dirty/commits when being created - fix deprecated API warning in scmdata for both seaborn and pandas (seaborn b/c of "ci" usage, pandas because of something in concat, run the FaIR notebook to see them both) - add PHONY to help in copier @@ -25,7 +26,6 @@ TODO: - only push to your own branches (semi-enforced by GitHub's forking workflow but a good reminder) - tools we use - small MRs -- other learnings from the basic copier setup into copier