PyNose icon indicating copy to clipboard operation
PyNose copied to clipboard

A test smell detector for Python.

Results 6 PyNose issues
Sort by recently updated
recently updated
newest added

Hi there, currently in my PhD research I am facing data clumps to be refactored. Maybe you will consider this code smell too, as it is also a design smell....

**!!!Actions required!!!** We have published current [plugin-utilities](https://github.com/JetBrains-Research/plugin-utilities) lib version from master branch to space maven repository and in a week planning to modify api (so master branch will become invalid)....

There are a few problems that I still haven't solved. For instance, random Execution exceptions (they are the reason for re-launching the program in a cycle). The reason why they...

Project: pip File link: https://github.com/pypa/pip/blob/12dad051804907fae1b2232fba3d218035881a60/tests/unit/test_req.py#L494 ![image](https://user-images.githubusercontent.com/19374426/152305349-40dd60ce-7aff-43e4-8b2a-93e24564c3f0.png) @OlesiaSub Do we need to check that there was a reassignment of the variable between duplicate assertions to avoid such FPs?

There is a well-known Python test runner called `nose` (not super trendy today though). The name collision is quite unfortunate. - Both the plugin and the package have a similar...

I followed the whole readme guide, but in the last step, when I ran the runner.py script, I got the following error: ![image](https://user-images.githubusercontent.com/14796469/133301235-7da8aa86-7a57-4e47-87b3-8c6697341efd.png)