**************************************** Generate Tests and Add to Github Actions **************************************** Create a subdirectory under the *test* directory (e.g. *test/* where **** is replaced with the name of the plot type that is being added to the repository.) Add sample data (see applicable information in the `Adding a New Plot `_ section). Use the pytest framework to generate tests. For more information review this `pytest documentation `_ for more information. Optional image comparison tests can be run (for plot types that have image comparison tests). Uncomment the `from metcalcpy.compare_images import CompareImages` and comment the @pytest.mark.skip above the test_images_xyz tests. Add an entry for the test in the *.github/workflows/unit_tests.yaml* file.