brain-score / core

MIT License
2 stars 5 forks source link

Allow for in-memory sqlite endpoint testing #77

Closed samwinebrake closed 5 months ago

samwinebrake commented 5 months ago

Adds a check to see if the db_secret is ':memory:', which is a new testing feature added in this PR. This allows for multiple testing runs to progress without database collisions since each testing run will have a new database file in memory.