hammett icon indicating copy to clipboard operation
hammett copied to clipboard

Fast python test runner, compatible with a subset of pytest

Results 7 hammett issues
Sort by recently updated
recently updated
newest added

**Error:** ``` File "/home/me/.virtualenvs/env/lib/python3.10/site-packages/pytest_cov/plugin.py", line 17, in class PytestCovWarning(pytest.PytestWarning): AttributeError: module 'hammett' has no attribute 'PytestWarning' ``` **pip list**: ``` hammett 0.9.3 pytest 7.2.1 pytest-cov 4.0.0 pytest-cover 3.0.0 pytest-coverage 0.0...

Looking at the code, hammett expects tests to be located in a "test" or "tests" directory located at the project root or located within the module directory (I'm guessing alongside...

Hi, thank you for the cool project. Would it be possible to add support for fixtures specified in conftest.py that are imported magically by pytest? Greetings Jakob

I am not familiar with the inner workings of hammett. I am trying to get the 0.9.2 tests passing on the openSUSE builds. Build project at https://build.opensuse.org/package/show/home:jayvdb:branches:devel:languages:python/python-hammett I can also...

Hi thanks for the project, I would like to give it a try in my open source projects. I tend to use parametrized fixtures in it. For example, https://github.com/proofit404/stories/blob/100755889b5478ee211852b78b8167a490e187c2/tests/helpers/examples/__init__.py#L41-L43 I...

the cache behavior with hammet is not clear or documented afaics (nothing in the readme). it always reports against the cumulative files, even if just executing one, and its also...

I have no idea how long this has been the case. Here's how I discovered it: ``` git clone [email protected]:boxed/django-fastdev.git python3 -mvenv venv source venv/bin/activate pip install -r requirements.txt pip...