JustZack / audit-congress

A website collecting & displaying information about the activities of congress.
0 stars 0 forks source link

Create robust test suite #53

Open JustZack opened 2 months ago

JustZack commented 2 months ago

There is some testing functionality in the sunsetting API, use it to build out a robust test suite

Could this be integrated into code climate?

At very least build easy way to verify things are working as they should

JustZack commented 1 month ago

There's a lot of (old) testing under the old api folder, /src/api/. This could be shifted over to a testing (/src/tests/) folder & integrated with code climate maybe?

Start with PHP. May need to figure out how to run a test SQL server on the spot so the test suite can always start from 0.