-
Often i would like to see more information when my test fails, when using `Returns200`, right now i'm using following custom class:
```python
class Returns200:
def test_it_returns_200(self, r…
-
Hi, Asking here as I couldn't find an appropriate forum. Is there a way to override the name of the model used for testing. For instance for the incremental test, is it possible to change the name of …
-
Things a `README.dev.md` should contain:
- JSON Schema
- Testing strategy / pytest fixtures / conftest.py
- Running the tests
- Running the validator
- Issue labels?
- branching model (#169)
…
-
Thanks for making this! Insta is great.
Suppose I am testing the old and new versions of an API - I may want two flavors of every snapshot. Naively I'd write:
```python
assert snapshot("v2.json")…
-
- no more `[]` or `::` in pytest commands.
- Entire dirs or files should be referenced.
- If something should be skipped, then it should be skipped using `pytest.mark.skip`, `skip_for_ARCH` decorato…
-
[Orig title: './pants fmt ::' with black leaves orphaned multiprocessing processes when retried due to filesystem changes: - Benjy]
**Describe the bug**
We use pants on a moderate Python mono-re…
huonw updated
11 months ago
-
Also, setup the test runner and CI, probably travis.
-
The sdist package at PyPI is missing `test/test_fixtures`. Without `test/test_fixtures` testing fails. Please add the missing directory to sdist. Thank you.
-
I noticed that running the tests results in real FTP connections, which means tests will fail if the external FTP site is down or not connected to the Internet (plus it isn't very polite to the extern…
-
We should convert the tests to use pytest, instead of nose.