Open
Description
Right now, the tests actually modify the database. I think this is undesirable behavior. Tests should either undo modifications they make to the database or NOT make them. The tests should use database content and I don't think need to test database modification. (Astrodb_utils does the database modification tests.)