clean up API tests #30
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently platform-specific test don't properly clean up. this leads to failing tests if the scope of the hood_id fixture is increased and is probably also a reason for failing parallel tests. both would allow faster test runs.
also API test should not access the database directly.