Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/conftest.py: Use dict.pop instead of del to avoid KeyErrors
If the key is not in the dict, pop still works without throwing any errors. This is just a bit safer.
- Loading branch information