Skip to content

Commit

Permalink
pull_request_template.md & badges in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirPodolian committed Dec 29, 2024
1 parent 9884e23 commit be4c672
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
To update the screenshots after GitHub Actions run, proceed to the
[manual update flow](https://github.com/CustomEnv/dyatel/actions/workflows/manual_update_screenshots.yml)
with copied commit sha from PR
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,10 @@
<a href="https://dyatel-wrapper.readthedocs.io"><img alt="Documentation Status" src="https://readthedocs.org/projects/dyatel-wrapper/badge/?version=latest"></a>
<a href="https://github.com/CustomEnv/dyatel/blob/master/LICENSE"><img alt="License: MIT" src="https://dyatel-wrapper.readthedocs.io/_static/license.svg"></a>
<a href="https://pypi.org/project/dyatel-wrapper/"><img alt="PyPI" src="https://img.shields.io/pypi/v/dyatel-wrapper"></a>
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml"><img alt="PyPI" src="https://github.com/CustomEnv/dyatel/actions/workflows/static_tests.yml/badge.svg"></a>
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_tests.yml"><img alt="PyPI" src="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_tests.yml/badge.svg"></a>
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_safari_tests.yml"><img alt="PyPI" src="https://github.com/CustomEnv/dyatel/actions/workflows/selenium_safari_tests.yml/badge.svg"></a>
<a href="https://github.com/CustomEnv/dyatel/actions/workflows/playwright_tests.yml"><img alt="PyPI" src="https://github.com/CustomEnv/dyatel/actions/workflows/playwright_tests.yml/badge.svg"></a>
</p>


Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import inspect
import time
from unittest.mock import MagicMock

import pytest

0 comments on commit be4c672

Please sign in to comment.