Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Port tests call fixtures directly #106

Open
olaan opened this issue Dec 18, 2018 · 0 comments
Open

Port tests call fixtures directly #106

olaan opened this issue Dec 18, 2018 · 0 comments
Labels

Comments

@olaan
Copy link
Contributor

olaan commented Dec 18, 2018

As the title says.

_______________ ERROR at setup of test_attach_endpoint_to_inport _______________
    @pytest.fixture
    def inport():
>       return InPort("inport", actor())
E       RemovedInPytest4Warning: Fixture "actor" called directly.
E       Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information.
@olaan olaan added the bug label Dec 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant