Tests should only create tables & import data once #96
Labels
enhancement | suggestion
New feature or request
waiting for release
Fixed in another branch than `master`, waiting to be merged
Right now, every single test creates, imports and drops tables. Use
setUpClass
to only do that once.The text was updated successfully, but these errors were encountered: