Skip to content

Commit

Permalink
Run tests for pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-roitman committed Nov 11, 2023
1 parent f592a61 commit 1fa3c27
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: CI

on:
push:
pull_request:
schedule:
- cron: '0 4 * * *'
jobs:
Expand Down
15 changes: 11 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ pytest-snapshot
===============

.. image:: https://img.shields.io/pypi/v/pytest-snapshot.svg
:target: https://pypi.org/project/pytest-snapshot
:alt: PyPI version
:target: https://pypi.org/project/pytest-snapshot
:alt: PyPI version

.. image:: https://img.shields.io/pypi/pyversions/pytest-snapshot.svg
:target: https://pypi.org/project/pytest-snapshot
:alt: Python versions
:target: https://pypi.org/project/pytest-snapshot
:alt: Python versions

.. image:: https://github.com/joseph-roitman/pytest-snapshot/workflows/CI/badge.svg?branch=master
:target: https://github.com/joseph-roitman/pytest-snapshot/actions?workflow=CI
Expand All @@ -18,6 +18,13 @@ pytest-snapshot
:alt: Coverage
:target: https://codecov.io/gh/joseph-roitman/pytest-snapshot

.. image:: https://img.shields.io/pypi/l/pytest-snapshot
:alt: PyPI - License
:target: https://github.com/joseph-roitman/pytest-snapshot/blob/master/LICENSE

.. image:: https://img.shields.io/pypi/implementation/pytest-snapshot
:alt: PyPI - Implementation


A plugin for snapshot testing with pytest.

Expand Down

0 comments on commit 1fa3c27

Please sign in to comment.