sniffer
sniffer copied to clipboard
Python auto testing tool.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.6.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.2 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...
Everything works, but it still says in the very first line: `````` Did not find 'scent.py', running nose:```` ``````
I kept getting the error message here that it could not find `scent.py`, but what was actually the issue was that there was no `@runnable` method in `scent.py`. Is it...
Scenario: with vim, open a python file that contains test cases. Hit `:w`. Sniffer runs tests twice. This makes the output flash, which really gets on my nerves while jumping...
[Feature request] I think that you should be able to use regex to match which files are watched for changes, and which files get run. This is basically [guard](https://github.com/guard/guard) but...
I can't use the python package freezegun with my tests and sniffer, I get the issue below. To reproduce: Create a file tests.py: ``` import unittest from freezegun import freeze_time...
Perhaps there is nothing to be done about this, but there seems to be some funny behavior with certain git actions. I rebased something the other day, and it re-ran...