snapshottest icon indicating copy to clipboard operation
snapshottest copied to clipboard

Snapshot Testing utils for Python 📸

Results 58 snapshottest issues
Sort by recently updated
recently updated
newest added

I'm assuming this isn't the desired behavior since the message is 11 snapshots deprecated in 1 test suites. Inspect your code or run with `python manage.py test -- snapshot-update` to...

feature

When running only some of the tests (e.g. executing only one test from a test file), `snapshottest` will report all the snapshots from the tests that haven't been run as...

feature

Thanks for creating snapshottest! We're using [xdist](https://github.com/pytest-dev/pytest-xdist) to distribute test runs to multiple processes. xdist will happily distribute tests from a single .py file to _different_ processes. If I'm not...

feature

I have multiple directories with snapshot tests and when I run the tests, snapshots are not found with errors like this: ``` ===================================================================== ERRORS ===================================================================== _______________________________________ ERROR collecting tests/processor/snapshots/snap_test_change_log.py _______________________________________...

Hey @syrusakbary I mentioned in an email that Travis isn't reporting test results on commits or PRs. It slows down reviews. Could you look into that and see what's up?...

Fixed issue: #21 Added parameter to assert methods that can ignore single or multiple fields (given as a list) in snapshot.

Hi, I'm doing TDD to implement e2e in Django with Graphene. When I run `pytest` I got my snapshots obsolete and I need to update them. So, following the suggestion,...

Hi! It's clear that this project is suffering from lack of maintenance lately. The most pressing issue is Python 3.12 support (#166, #168, #173). Python 3.12 was released now over...