Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / syrusakbary/snapshottest issues and pull requests
#176 - Prepare for release 1.0.0a1
Pull Request -
State: closed - Opened by ayys 4 months ago
- 1 comment
#175 - Update module.py
Pull Request -
State: closed - Opened by sam-mason-cdt 4 months ago
#174 - Please accept new maintainers
Issue -
State: closed - Opened by intgr 6 months ago
- 5 comments
#173 - Use importlib (Python 3.12 compatible)
Pull Request -
State: closed - Opened by Kilo59 7 months ago
- 3 comments
#172 - Migrate CI from Travis to GitHub Actions
Pull Request -
State: open - Opened by browniebroke 11 months ago
- 1 comment
#171 - Multiline bytes?
Issue -
State: open - Opened by spenserblack 12 months ago
#170 - Rollback doesn't work
Issue -
State: open - Opened by HalfDeadPie about 1 year ago
#169 - fix: adding super().setUp() call to unittest.TestCase
Pull Request -
State: closed - Opened by holtgrewe over 1 year ago
#168 - Use importlib instead of imp
Pull Request -
State: closed - Opened by MarcellPerger1 over 1 year ago
- 15 comments
#167 - [Feature Request] support Pandas Dataframe
Issue -
State: open - Opened by xareelee over 1 year ago
- 2 comments
#166 - Replace deprecated imp module with importlib
Issue -
State: closed - Opened by hugovk over 1 year ago
- 1 comment
#165 - fixed an issue with counter values at assert_match()
Pull Request -
State: closed - Opened by arkaragi over 1 year ago
#164 - Consider formatting multiline strings differently
Issue -
State: open - Opened by RazerM about 2 years ago
#163 - Add typed enums support for TypeFormatter
Pull Request -
State: closed - Opened by kwist-sgr almost 3 years ago
- 2 comments
#162 - Remove unittest's TestCase from top level package import.
Pull Request -
State: open - Opened by jackton1 about 3 years ago
- 1 comment
#161 - feat(): add assert_match_with_ignore
Pull Request -
State: open - Opened by LuisFros over 3 years ago
- 2 comments
#160 - Non to-string version on dataclasses
Issue -
State: open - Opened by C0DK over 3 years ago
#159 - Generated python snapshot has syntax error if artifact ends in single quote
Issue -
State: open - Opened by alexharv074 over 3 years ago
#158 - Snapshot should take snapshot of data at the moment when snapshot is being taken 😁
Issue -
State: open - Opened by jentyk over 3 years ago
- 2 comments
#157 - Save bytes/str snapshot in a file directly
Issue -
State: open - Opened by shamrin almost 4 years ago
#156 - Provide options to raise Exception while there is no snapshot exists during testing
Issue -
State: open - Opened by lucemia almost 4 years ago
#155 - Stacktrace includes snapshottest implementation details
Issue -
State: open - Opened by C0DK almost 4 years ago
- 1 comment
#154 - Snapshots doesn't actually look into the response with DRF
Issue -
State: open - Opened by C0DK almost 4 years ago
- 2 comments
#153 - Snapshots don't update when running nosetests with a class name
Issue -
State: open - Opened by brettdh almost 4 years ago
- 1 comment
#152 - Added changelog for 0.5.1
Pull Request -
State: closed - Opened by StoicLoofah about 4 years ago
- 1 comment
#151 - Escape quotes in test names
Pull Request -
State: closed - Opened by kam193 about 4 years ago
#150 - Travis checks are not present on Github
Issue -
State: closed - Opened by kam193 about 4 years ago
- 1 comment
#149 - Allow snapshot to be modified before write
Pull Request -
State: closed - Opened by kam193 about 4 years ago
- 3 comments
#148 - Generated tests are sorted out of order
Issue -
State: open - Opened by datavistics about 4 years ago
- 2 comments
#147 - Having a dict with the key "self" does not work
Issue -
State: closed - Opened by estyrke about 4 years ago
- 3 comments
#146 - Generate snapshot declarations before opening output file
Pull Request -
State: open - Opened by estyrke about 4 years ago
- 1 comment
#145 - Added name of new/deprecated snapshots in results
Pull Request -
State: open - Opened by jparcol00 about 4 years ago
#144 - [WIP] Add unittest session handling, --snapshot-update support
Pull Request -
State: open - Opened by medmunds about 4 years ago
#143 - Should verify snapshots came from supported snapshottest version
Issue -
State: open - Opened by medmunds about 4 years ago
- 1 comment
#142 - Remove Python 2 compatibility code
Issue -
State: open - Opened by medmunds about 4 years ago
- 6 comments
#141 - RELEASE 1.0.0b0
Pull Request -
State: closed - Opened by paulmelnikow about 4 years ago
- 6 comments
#140 - Snapshottest needs more tests
Issue -
State: open - Opened by medmunds about 4 years ago
- 4 comments
#139 - Django test database not flushed and/or transaction not rolled back unless specifying django.test.TestCase mixin
Issue -
State: closed - Opened by mcabrams about 4 years ago
- 4 comments
Labels: question
#138 - Match black/flake8 max-line-length
Pull Request -
State: closed - Opened by medmunds about 4 years ago
#137 - Update packaging for Python 3-only distribution
Pull Request -
State: closed - Opened by medmunds about 4 years ago
#136 - Drop unsupported Python versions from tox config
Pull Request -
State: closed - Opened by medmunds about 4 years ago
- 1 comment
#135 - Fix developer tooling for black, flake8
Pull Request -
State: closed - Opened by medmunds about 4 years ago
- 13 comments
#134 - Improve classifiers
Pull Request -
State: closed - Opened by paulmelnikow about 4 years ago
#133 - Require Python 3.5+
Pull Request -
State: closed - Opened by paulmelnikow about 4 years ago
#132 - 1.x release plan
Issue -
State: open - Opened by paulmelnikow about 4 years ago
- 1 comment
#131 - Adopt black for code formatting
Pull Request -
State: closed - Opened by paulmelnikow about 4 years ago
#130 - Add tests for OrderedDict snapshots
Pull Request -
State: closed - Opened by medmunds about 4 years ago
- 2 comments
#129 - Fix publish command
Pull Request -
State: closed - Opened by paulmelnikow about 4 years ago
#128 - RELEASE 0.6.0
Pull Request -
State: closed - Opened by paulmelnikow about 4 years ago
#127 - Parameterized tests with quotes in the parameter produce snapshots with a syntax error
Issue -
State: closed - Opened by lucemia about 4 years ago
- 2 comments
Labels: bug, good first issue
#126 - Extract TestRunner to a mixin so it can be used with alternative base classes
Pull Request -
State: closed - Opened by jackton1 about 4 years ago
- 3 comments
#125 - Update publish scripts
Pull Request -
State: closed - Opened by paulmelnikow over 4 years ago
#124 - Require Python 3
Issue -
State: closed - Opened by paulmelnikow over 4 years ago
- 1 comment
#123 - Travis CI is not reporting test results in PRs
Issue -
State: open - Opened by paulmelnikow over 4 years ago
#122 - Use newer pytest to fix CI under Python 3.5
Pull Request -
State: closed - Opened by paulmelnikow over 4 years ago
#121 - GenericRepr and Snapshot are changing their places in Import statement
Issue -
State: open - Opened by jaswanthm1855 over 4 years ago
- 2 comments
#120 - Formatters fail on typed enums
Issue -
State: closed - Opened by VladV over 4 years ago
- 1 comment
Labels: bug, good first issue
#119 - MANIFEST.in: Add tests to sdist
Pull Request -
State: closed - Opened by jayvdb over 4 years ago
- 3 comments
#118 - Maintainers
Issue -
State: closed - Opened by will-ockmore-axomic over 4 years ago
- 10 comments
#117 - Testing GraphQL instance on Flask
Issue -
State: closed - Opened by iamsaurabhgupt over 4 years ago
- 1 comment
#116 - Fix error when snapshotting mock Calls objects
Pull Request -
State: closed - Opened by davidshepherd7 almost 5 years ago
- 1 comment
#115 - Snapshotting unittest.mock.call objects fails
Issue -
State: closed - Opened by davidshepherd7 almost 5 years ago
- 3 comments
#113 - Document how to turn off color
Pull Request -
State: closed - Opened by davidshepherd7 almost 5 years ago
- 3 comments
#112 - Don't allow missing snapshots without --snapshot-update
Pull Request -
State: open - Opened by davidshepherd7 almost 5 years ago
- 13 comments
#111 - Fixes #65. SortedDict now handles keys other than strings.
Pull Request -
State: closed - Opened by versae almost 5 years ago
- 4 comments
#110 - When using snapshots in multiple test directories, snapshot cannot be found
Issue -
State: open - Opened by scharf almost 5 years ago
- 1 comment
#109 - Fix formatting of float("nan") and float("inf")
Pull Request -
State: closed - Opened by opatut almost 5 years ago
#108 - Formatting special float values (inf, nan)
Issue -
State: closed - Opened by opatut almost 5 years ago
Labels: bug
#107 - xdist support
Issue -
State: open - Opened by martijnthe almost 5 years ago
- 2 comments
Labels: feature
#105 - Feature Request : Skip the fields in API Response for assertmatch
Issue -
State: closed - Opened by jayeshguru almost 5 years ago
- 2 comments
#103 - Segmentation fault in Python 3.7
Issue -
State: open - Opened by AvnerCohen about 5 years ago
- 6 comments
Labels: good first issue, interoperability
#102 - Feature - assert_match() with ignored keys
Pull Request -
State: open - Opened by HeyHugo about 5 years ago
- 5 comments
#101 - Comparing floats
Issue -
State: open - Opened by MrSaints about 5 years ago
- 3 comments
Labels: feature
#100 - feature request: JSON multiline snapshot support
Issue -
State: closed - Opened by yannvr about 5 years ago
- 3 comments
Labels: question
#99 - snapshot stored value will be changed after `assert_match`
Issue -
State: open - Opened by lucemia about 5 years ago
- 3 comments
Labels: feature, good first issue
#98 - PEP-508 version range for fastdiff
Pull Request -
State: closed - Opened by smaragden about 5 years ago
- 1 comment
#97 - Custom file comparison
Pull Request -
State: closed - Opened by BenjaminHabert about 5 years ago
- 6 comments
#96 - Custom comparison for files
Issue -
State: open - Opened by BenjaminHabert about 5 years ago
- 3 comments
Labels: feature
#95 - 0.5.1 Breaks tests
Issue -
State: open - Opened by craigmulligan over 5 years ago
- 15 comments
#94 - mock.call_args raise TypeError
Issue -
State: closed - Opened by RPing over 5 years ago
- 6 comments
#93 - SOLVED: Jenkins truncated job output when snapshot tests fail (disable colors)
Issue -
State: closed - Opened by ygormutti over 5 years ago
#92 - Incompatibility between fastdiff and freezegun
Issue -
State: open - Opened by ygormutti over 5 years ago
- 4 comments
Labels: good first issue, interoperability
#91 - Changelog update / commit tagging
Issue -
State: closed - Opened by bluefish6 over 5 years ago
- 2 comments
Labels: good first issue, documentation
#90 - Way to fail in CI when running tests and an existing snapshot is not used
Issue -
State: open - Opened by bluefish6 over 5 years ago
- 1 comment
Labels: feature
#89 - Conflicts with black
Issue -
State: closed - Opened by paulmelnikow over 5 years ago
- 8 comments
Labels: interoperability
#85 - Add Semantic Release to this Repository
Issue -
State: closed - Opened by yourbuddyconner over 5 years ago
Labels: feature
#83 - Proposal: use Makefile to install deps, test, lint, etc
Pull Request -
State: closed - Opened by ygormutti over 5 years ago
#82 - Fix some bugs in GenericFormatter and collection formatters
Pull Request -
State: closed - Opened by ygormutti over 5 years ago
- 2 comments
#78 - Configure snapshots directory
Issue -
State: open - Opened by chandlerroth over 5 years ago
- 3 comments
Labels: feature, good first issue
#76 - Snapshot Tests order
Issue -
State: open - Opened by iThinkEmo over 5 years ago
- 1 comment
#73 - Way to fail in CI when running tests and the test writes a new snapshot
Issue -
State: open - Opened by jakebolam over 5 years ago
- 8 comments
Labels: feature, good first issue
#65 - SortedDict accepts only string dict keys
Issue -
State: closed - Opened by behnam about 6 years ago
- 1 comment
#63 - [pytest] Can't update snapshot for a single test case
Issue -
State: open - Opened by r1b about 6 years ago
Labels: feature
#59 - Package includes .DS_Store file
Issue -
State: closed - Opened by behnam about 6 years ago
#56 - When files contain more than one snapshot, `./manage.py test --parallel` causes a race condition
Issue -
State: open - Opened by rekahsoft over 6 years ago
- 3 comments
Labels: feature, interoperability
#55 - Don't report snapshots as deprecated if the test hasn't been run
Issue -
State: open - Opened by matangover over 6 years ago
- 1 comment
Labels: feature
#52 - Resetting DB sequences in Django
Issue -
State: open - Opened by jentyk over 6 years ago
- 18 comments
Labels: bug
#51 - How to update snapshots with unittest?
Issue -
State: open - Opened by codeocelot over 6 years ago
- 7 comments
Labels: feature
#48 - OrderedDict snapshots match different OrderedDict
Issue -
State: closed - Opened by medmunds over 6 years ago
- 3 comments
#42 - Overwrites snapshots in conjunction with pytest-describe
Issue -
State: open - Opened by joscha over 6 years ago
- 1 comment
Labels: feature