Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / 15r10nk/inline-snapshot issues and pull requests

#196 - Allow fixing whole snapshot regardless of managed/unmanaged values

Issue - State: closed - Opened by alexmojaki 7 days ago - 7 comments

#195 - Bugfixes

Pull Request - State: closed - Opened by 15r10nk 8 days ago

#194 - ci: use correct platform

Pull Request - State: closed - Opened by 15r10nk 12 days ago

#193 - freethreaded support

Pull Request - State: open - Opened by 15r10nk 13 days ago - 2 comments

#191 - generate random tests to fix == comparisons

Issue - State: open - Opened by 15r10nk 15 days ago

#190 - fix: Fixed a windows bug with the readline module (#189)

Pull Request - State: closed - Opened by 15r10nk 16 days ago

#189 - ModuleNotFoundError: No module named 'readline' on Windows

Issue - State: closed - Opened by pawamoy 16 days ago - 2 comments

#187 - assertion error when trying to fix snapshots

Issue - State: closed - Opened by samuelcolvin 19 days ago - 7 comments

#186 - --inline-snapshot=review does not work for cpython 3.13

Issue - State: closed - Opened by 15r10nk 22 days ago - 2 comments

#185 - preparations for something ...

Pull Request - State: closed - Opened by 15r10nk 25 days ago

#183 - refactor

Pull Request - State: closed - Opened by 15r10nk about 1 month ago

#182 - fix: removed assertion for positional arguments

Pull Request - State: closed - Opened by 15r10nk about 1 month ago

#181 - assert error with 0.19.2

Issue - State: closed - Opened by samuelcolvin about 1 month ago - 1 comment

#180 - fix: fixed crash caused by custom factory methods

Pull Request - State: closed - Opened by 15r10nk about 1 month ago

#179 - bug: custom constructors for dataclasses/pydantic models cause errors

Issue - State: closed - Opened by 15r10nk about 1 month ago - 1 comment

#178 - Pydantic ai fixes

Pull Request - State: closed - Opened by 15r10nk about 1 month ago

#177 - declare abbreviations to teach inline-snapshot what it should generate

Issue - State: open - Opened by 15r10nk about 1 month ago - 2 comments
Labels: enhancement

#176 - `0.15` is extrmemely slow and fails on lots of tests

Issue - State: closed - Opened by samuelcolvin about 1 month ago - 9 comments

#174 - `--inline-snapshot=create` is hanging

Issue - State: closed - Opened by samuelcolvin about 1 month ago - 1 comment

#173 - chore: new pydantic logo

Pull Request - State: closed - Opened by 15r10nk about 1 month ago

#172 - Update README links

Pull Request - State: closed - Opened by MrAlexLau about 1 month ago - 1 comment

#171 - feat: added format-command config option

Pull Request - State: closed - Opened by 15r10nk about 2 months ago

#170 - fix: fix a deprecation warning for the upcomming pydantic v2.11 (#169)

Pull Request - State: closed - Opened by 15r10nk about 2 months ago

#169 - `model_fields` should be accessed on the Pydantic model class, not the instance

Issue - State: closed - Opened by alexmojaki about 2 months ago - 3 comments

#168 - build: switch to uv

Pull Request - State: closed - Opened by 15r10nk about 2 months ago

#167 - Use sys.executable rather than "python" to invoke pytest

Pull Request - State: closed - Opened by musicinmybrain about 2 months ago - 4 comments

#166 - ci: added `--use-uv` option to install dependencies during test-time

Pull Request - State: closed - Opened by 15r10nk about 2 months ago

#165 - 0.18.0: tests no longer work offline

Issue - State: closed - Opened by mgorny about 2 months ago - 3 comments

#164 - feat: Read configuration options in pytest config file (pytest.ini)

Issue - State: closed - Opened by pawamoy 2 months ago - 5 comments

#163 - feat: pydantic v1 support

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#162 - feat: Add `storage-dir` configuration option

Pull Request - State: closed - Opened by pawamoy 2 months ago - 5 comments

#161 - docs: Contributing docs are outdated?

Issue - State: closed - Opened by pawamoy 2 months ago - 2 comments

#160 - fix: Find pyproject.toml in upper directories

Pull Request - State: closed - Opened by pawamoy 2 months ago - 4 comments

#159 - timezone-aware datetime Python 3.11+ compatible formatting support

Issue - State: open - Opened by MRigal 2 months ago - 9 comments

#158 - Version 0.15 and higher doesn't work with pydantic 1

Issue - State: closed - Opened by asherchenkov 2 months ago - 3 comments

#157 - ci: update actions

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#156 - fix: sort set values

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#155 - ci: added trusted publishing

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#154 - docs: use mkdocs build --strict

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#153 - feat: disable inline-snapshot in CI runs

Pull Request - State: open - Opened by 15r10nk 2 months ago

#153 - feat: disable inline-snapshot in CI runs

Pull Request - State: open - Opened by 15r10nk 2 months ago

#152 - feat: attrs support (#151)

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#151 - Stray fixes with attrs classes for wrapped values

Issue - State: closed - Opened by hynek 2 months ago - 5 comments

#150 - feat: implemented inline_snapshot.extra.warns

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#149 - fix: solved a bug caused by a variable inside a snapshot #148

Pull Request - State: closed - Opened by 15r10nk 2 months ago

#148 - Failure when snapshot contains a variable referring to a list

Issue - State: closed - Opened by alexmojaki 2 months ago - 2 comments

#146 - build: added pytest-mock as explicit dependency

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#145 - fix: handle also raw f-strings (#143)

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#144 - Missing test dep on pytest-mock

Issue - State: closed - Opened by mgorny 3 months ago - 1 comment

#143 - f-strings can also start with `F` or `rf`

Issue - State: closed - Opened by 15r10nk 3 months ago - 1 comment

#142 - handle errors during formatting with black (#138)

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#140 - fix: solved f-string bug which appeared with pytest-8.3.4 (#139)

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#140 - fix: solved f-string bug which appeared with pytest-8.3.4 (#139)

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#139 - Error with pytest 8.3.4 and Python 3.11

Issue - State: closed - Opened by alexmojaki 3 months ago - 3 comments

#139 - Error with pytest 8.3.4 and Python 3.11

Issue - State: closed - Opened by alexmojaki 3 months ago - 3 comments

#137 - pydantic v1 has a special __eq__ behaviour

Issue - State: closed - Opened by 15r10nk 3 months ago

#137 - pydantic v1 has a special __eq__ behaviour

Issue - State: closed - Opened by 15r10nk 3 months ago

#136 - some fixes

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#135 - fix: support pypy, but only --inline-snapshot=disable

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#134 - docs: use mike to document all versions

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#133 - feat: pypy support

Pull Request - State: open - Opened by 15r10nk 3 months ago

#132 - time-machine test dependency is problematic for PyPy3

Issue - State: closed - Opened by mgorny 3 months ago - 6 comments

#131 - fix: use tomli instead of toml (#130)

Pull Request - State: closed - Opened by 15r10nk 3 months ago

#130 - Please replace `toml` dependency with `tomli`

Issue - State: closed - Opened by mgorny 3 months ago - 3 comments

#129 - fix some usability issues

Pull Request - State: closed - Opened by 15r10nk 4 months ago

#127 - `--snap-fix` CLI argument

Issue - State: closed - Opened by samuelcolvin 4 months ago - 6 comments

#126 - Testing fails without `pytest-xdist`

Issue - State: closed - Opened by mtelka 4 months ago - 5 comments

#125 - chore: changed pydantic logo (#124)

Pull Request - State: closed - Opened by 15r10nk 4 months ago

#124 - Please use "Pydantic Logfire" logo for sponsors

Issue - State: closed - Opened by samuelcolvin 4 months ago - 2 comments

#123 - make CLI arguments more concise

Issue - State: closed - Opened by samuelcolvin 4 months ago - 10 comments

#122 - Pytest integration examples are broken in the documentation

Issue - State: closed - Opened by pederhan 4 months ago - 2 comments

#121 - Container

Pull Request - State: closed - Opened by 15r10nk 4 months ago

#120 - Mutmut3

Pull Request - State: open - Opened by 15r10nk 4 months ago

#119 - fix: dirty_equals is an optional dependency

Pull Request - State: closed - Opened by 15r10nk 5 months ago

#117 - make updates less noisy if the developer changed parts of the snapshot

Issue - State: closed - Opened by 15r10nk 5 months ago - 1 comment

#115 - Use tomllib instead of PyPI toml on Python 3.11 and later

Pull Request - State: closed - Opened by musicinmybrain 5 months ago - 3 comments

#114 - fix: dirty_equals can be compared multiple times

Pull Request - State: closed - Opened by 15r10nk 5 months ago

#113 - `RuntimeError: generator raised StopIteration` when fixing

Issue - State: closed - Opened by alexmojaki 5 months ago - 2 comments

#110 - feat: 3.13 support

Pull Request - State: closed - Opened by 15r10nk 5 months ago

#109 - Support for `snapshot(fix=True)`

Issue - State: open - Opened by tiangolo 6 months ago - 2 comments

#108 - feat: added extra.prints

Pull Request - State: closed - Opened by 15r10nk 6 months ago

#107 - style: pre-commit autoupdate

Pull Request - State: open - Opened by pre-commit-ci[bot] 6 months ago

#106 - Non-interactive mode

Issue - State: closed - Opened by pawamoy 6 months ago - 2 comments

#105 - fix: add license to project metadata and some other fixes

Pull Request - State: closed - Opened by 15r10nk 7 months ago

#104 - 0.12.0 Published with incorrect license metadata

Issue - State: closed - Opened by hjdivad 7 months ago - 2 comments

#103 - Refactorings

Pull Request - State: closed - Opened by 15r10nk 7 months ago

#102 - feat: implement extras.raises

Pull Request - State: closed - Opened by 15r10nk 7 months ago