EricssonResearch / calvin-base

Calvin is an application environment that lets things talk to things, among other things.
Apache License 2.0
282 stars 91 forks source link

Port tests call fixtures directly #106

Open olaan opened 5 years ago

olaan commented 5 years ago

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.