1 # Solgenomics Test Suite
3 This is the SGN test suite, which helps us verify that code is working as it should.
7 Helps spawn a local instance of the SGN website and run the test suite against it.
11 Tests in the Bio::SecreTary::* namespace.
15 Tests in the CXGN::* namespace
19 Tests in the SGN::* namespace
23 Contains test data, such as test GFF3 files or test images. Used by the rest of the test suite.
27 This directory contains integration tests, which test how multiple peices of code interact,
28 as opposed to unit tests, which usually test a small piece of code in isolation.
32 Libraries written for and to be used by the test suite, such as SGN::Test::Data.
36 Tests which run tests against live websites.
40 Tests related to POD documentation.
44 Validation tests, which run "html lint" tests to make sure our HTML validates, which is important
45 for making the website render properly and quickly in many browsers.