ApprovalTests.Python icon indicating copy to clipboard operation
ApprovalTests.Python copied to clipboard

ApprovalTests for python

Results 64 ApprovalTests.Python issues
Sort by recently updated
recently updated
newest added

doesn't quite work as expected yet, see here - https://cyber-dojo.org/kata/edit/b0U7pS

wanted: ```python verify(story, options=Options().inline().add_reporter(app.screenshot_reporter())) ``` current workaround: ```python try: verify(story, options=Options().inline()) except: pass verify(story, options=Options().with_reporter(app.screenshot_reporter()).inline()) ```

A recent release included support for alternative (i.e. non-"test") test prefixes. Pytest, also uses a custom `__test__` dunder when discovering tests: [python.py#L349](https://github.com/pytest-dev/pytest/blob/main/src/_pytest/python.py#L349). I.e. any function with the attribute `__test__ =...

Pull Request #157 refactored by [Sourcery](https://sourcery.ai/github/). Since the original Pull Request was opened as a fork in a contributor's repository, we are unable to create a Pull Request branching from...

## This should be small Small pull requests are great and easy for me to understand and accept Please try prefix every commits in the pull request with [Arlo's git...

fixed in https://github.com/approvals/ApprovalTests.Python/pull/150

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies