SIMPLE-AstroDB / SIMPLE-db

BSD 3-Clause "New" or "Revised" License
11 stars 21 forks source link

Think about testing strategy and temp databases #473

Open kelle opened 5 months ago

kelle commented 5 months ago

Right now, an part of the testing process, we create two different databases. We make an instance of SIMPLE and check the data holdings. and we make a blank/temp/dummy database using the SIMPLE schema and then test scripts. This seems....inefficient. Maybe we should just test the scripts using the SIMPLE database object. Thoughts?