Y
Hacker News
new
|
ask
|
show
|
jobs
by
petters
1862 days ago
Yes, pytest makes navigating automatically from a test to the fixture it uses hard for some IDEs. It is also a bit too magical.
1 comments
eirki
1862 days ago
And some linters will complain if there is a collision between the names of a parameter and a function.
link