YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Edit the testing suit to be more efficient #118

Open vmaresca opened 3 years ago

vmaresca commented 3 years ago

Currently to run any set of api tests in Postman you need to delete the existing database, recreate it, populate it, and then you can run the tests. This takes about 10 minutes per test run making the testing process very slow. There are a lot of ways that we can go about making this more efficient but all of them seem to have setbacks that will need to be addressed individually so we can find a good solution.