diff --git a/docs/contributing/development/running_tests.rst b/docs/contributing/development/running_tests.rst index 5ae85734861..297bd78b7b2 100644 --- a/docs/contributing/development/running_tests.rst +++ b/docs/contributing/development/running_tests.rst @@ -70,18 +70,6 @@ Or, to run tests for a particular file or directory You can check if cache was generated by looking in the ``Restore LFS Cache`` step of the workflow run. Cache can also be found under the "Management" Section under "Actions" tab. - -Running Syrupy Tests -====================== -The tests module is currently being restructured to use `Syrupy `_. -These tests generate individual HDF(for Pandas) and ``.npy`` or ``.npz`` (for NumPy) files(or snapshots) for each test case. -For other objects, the plugin serialises them and saves them as ``.ambr`` files. There is a custom extension in the -main local `conftest `_ file to get this to work. -The plugin currently only supports ``assert_allclose`` for NumPy and ``assert_series_equal`` and ``assert_frame_equal`` for -Pandas. Snapshots can be generated by using the same ``--generate-reference`` flag and are compared automatically. -You however need to provide the location to your snapshot directory using the ``--tardis-snapshot-data`` flag. -The snapshots are also saved in `tardis-sn/tardis-regressions `_. - Generating Plasma Reference ===========================