Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
68 contributions in the last year
Contribution activity
July 2020
Created an issue in pytest-dev/pytest that received 4 comments
pytest 6: pylint still shows not-callable error for builtin pytest marks even after #7473 and #7476
I'm experiencing #7473 after the fix in #7476 with the following: import pytest @pytest.mark.parametrize('a', [1, 2]) def test_a(a): pass Where pyl…
4
comments