Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Tests should use a separate shelve test database #14

Conversation

erika-dike
Copy link

While trying to run the tests locally, I ran into errors when pickle tried to load the already existing database. I think it would be nice if readers do not have to waste any time with this error.

This PR fixes that by creating a temporary database before any tests in the module run and deleting it afterwards. I also took the liberty of switching from the deprecated @pytest.yield_fixture to @pytest.fixture.

Thanks for a wonderful book 😃.

- Switch from depreccated yield_fixture to fixture decorator
@ramalho ramalho merged commit f31f0cb into fluentpython:master Jun 19, 2021
@ramalho
Copy link
Member

ramalho commented Jun 19, 2021

Thank you for this contribution @erika-dike!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants