6. Generate Tests and Add to Github Actions
Create a subdirectory under the test directory (e.g. test/<newplot> where <newplot> 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.
Add an entry for the test in the .github/workflows/unit_tests.yaml file.