From 67f2cab8415cffa0cfca2a036c5c3b89bb7887fa Mon Sep 17 00:00:00 2001 From: beykyle Date: Tue, 7 Oct 2025 20:04:54 -0400 Subject: [PATCH] add testing blurb to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61b1bd37..a4166b77 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ To install as a developer, clone the repository and run from within the project root directory. +## Testing + +ROSE uses `pytest` for testing. To run the tests, simply run `pytest` from the project root directory. + ## Usage To emulate an interaction, you will make an `Interaction` class, or something similar. Then you will typically make a `ScatteringAmplitudeEmulator`, which will train an emulator to emulate elastic cross sections.