Skip to content

Commit bc0661b

Browse files
authored
Merge pull request #58 from cleder/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 92b5008 + f215fcd commit bc0661b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
hooks:
1313
- id: md-dead-link-check
1414
- repo: https://github.com/crate-ci/typos
15-
rev: v1
15+
rev: typos-dict-v0.13.13
1616
hooks:
1717
- id: typos
1818
- repo: https://github.com/rvben/rumdl-pre-commit
19-
rev: v0.0.194
19+
rev: v0.0.199
2020
hooks:
2121
- id: rumdl-fmt
2222
...

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Collection of awesome Python resources for testing and generating test data.
236236
- [helium](https://github.com/mherrmann/selenium-python-helium) - is great for web automation. Helium makes it easier to use.
237237
- [Lost Pixel](https://github.com/lost-pixel/lost-pixel) - is an open source visual regression testing tool. Run visual regression tests on your Storybook and Ladle stories and on your application pages.
238238
- [LuluTest](https://github.com/erik-whiting/LuluTest) - is an open source browser automation framework using Python and Selenium.
239-
- [pomcorn](https://github.com/saritasa-nest/pomcorn) - is an open source Python package that contains base classes to create systems based on Selenium framework and Page Object Model pattern
239+
- [pomcorn](https://github.com/saritasa-nest/pomcorn) - is an open source Python package that contains base classes to create systems based on Selenium framework and Page Object Model pattern
240240
- [PyAutoGUI](https://github.com/asweigart/pyautogui) - is a cross-platform GUI automation Python module for human beings.
241241
- [pytest-ui-automatic](https://github.com/moyu6027/pytest-ui-automatic) - Playwright Python tool practice pytest pytest-bdd screen-play page-object allure cucumber-report.
242242
- [selene](https://github.com/yashaka/selene) - User-oriented Web UI browser tests in Python (Selenide port).
@@ -258,7 +258,7 @@ Collection of awesome Python resources for testing and generating test data.
258258
- [Test & Code: Python Testing](https://testandcode.com/) - Test & Code is a weekly podcast hosted by Brian Okken. The show covers a wide array of topics including software engineering, development, testing, Python programming, and many related topics.
259259
- [Testing your Python Code with Hypothesis](https://www.inspiredpython.com/course/testing-with-hypothesis/testing-your-python-code-with-hypothesis) - A look at how Hypothesis can help you discover errors in your code.
260260
- [Patterns of flakey Python tests](https://tech.octopus.energy/news/2022/05/23/flakey-python-tests.html) - This post details several patterns that cause flakey Python tests. Being aware of these common causes can help when investigating your own flakey tests.
261-
- [Unit testing Python code in Jupyter notebooks](https://www.wrighters.io/unit-testing-python-code-in-jupyter-notebooks) - This article covers several options for unit testing Python code in a Jupyter notebook.
261+
- [Unit testing Python code in Jupyter notebooks](https://www.wrighters.io/unit-testing-python-code-in-jupyter-notebooks) - This article covers several options for unit testing Python code in a Jupyter notebook.
262262
- [30 best practices for software development and testing](https://opensource.com/article/17/5/30-best-practices-software-development-and-testing) - These software engineering rules and testing best practices might help save you time and headaches.
263263

264264
### Books

0 commit comments

Comments
 (0)