No description
Find a file
2026-07-01 01:02:31 +03:00
src [UP] src/classes User ~def __init__ 2026-07-01 01:02:31 +03:00
tests [ADD] pytest/scope + test_user.py 2026-07-01 00:40:30 +03:00
.gitignore [INIT] 2026-06-27 17:46:58 +03:00
.python-version [INIT] 2026-06-27 17:46:58 +03:00
pyproject.toml [UP] pyproject.toml pytest 2026-06-27 18:10:40 +03:00
README.md [FIX] README* 2026-06-27 18:11:20 +03:00
README_RU.md [FIX] README* 2026-06-27 18:11:20 +03:00
uv.lock [INIT] 2026-06-27 17:46:58 +03:00

Python Pytest

Russian


A repository that describes the source code for an educational article.

The src directory contains entities for testing. The tests directory contains tests for the entities with the following structure:

  • pytest — root directory for learning pytest, divided into study topics.
  • unittest — root directory that duplicates the implementation, but without structure, where files mirror