Další z „článků“, kde si jen odkládám nějaké odkazy 🙂 (Python – užitečné odkazy I., Užitečné odkazy II.)
General
- Velká sbírka python zdrojů od Vláďova bývalého kolegy (GitHub).
- A Beginner’s Guide to Python’s Namespaces, Scope Resolution, and the LEGB Rule
- Level up coding
Python
- Simon Hawe na medium.com (placené)
- Inspired python (quick tips)
- Simon Hawe
Testing– dependencies, order, etc.
- Proboscis is a Python test framework that extends Python’s built-in unittest module and Nose with features from TestNG. Allows for explicit test dependencies and skipping of dependent tests on failures.
- How to invoke pytest
- End-To-End Tutorial For Pytest Fixtures With Examples
- Using pytest-dependency
- How to solve the dependency problem of test cases in Pytest
- pytest marker basics
- pytest – Working with custom markers
- pytest – How to mark test functions with attributes
- Pytest – How to Run Tests Efficiently
- Test suites with Pytest
- Proper unit tests should fail for exactly one reason, that’s why you should be using one assert per unit test. (Software engineering)
- Ministry of Testing
- Software Testing Times
- Testing References
Podcasty
- junior guru
- Finance prakticky (Michal Doubek) a Money Talk Show (Michal Doubek + Jiří Cimpel)
- Fuckupy v IT (Matěj Kotrba)
- 100 věcí, které by každý programátor měl znát
- IT Svět podle Jury
Logging
POM – Page Object Model