Fixes #231. I just saw that there already is a merge request that fixes this (#219). You can of course decide which version you want to accept.
While writing the tests, I noticed that the project is using the library ddt. I think pytest.mark.parametrize works much more elegantly. With ddt, my test setup got a bit awkward.
Fixes #231. I just saw that there already is a merge request that fixes this (#219). You can of course decide which version you want to accept.
While writing the tests, I noticed that the project is using the library ddt. I think
pytest.mark.parametrize
works much more elegantly. With ddt, my test setup got a bit awkward.