Skip to content

Commit e622d92

Browse files
authored
Fix indentation in README architecture section
1 parent 143d3ac commit e622d92

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ allure serve allure-results
4545

4646
```
4747
.
48-
├── api_client/ # HTTP-клиент с retry, логированием, таймаутами
49-
│ ├── base.py # BaseApiClient
50-
│ ├── clients.py # Эндпоинты: GuapApiClient
51-
│ └── schemas.py # Валидация схем ответов
52-
├── api_tests/ # API-тесты
53-
│ ├── conftest.py # Фикстуры: api_client, http_session
48+
├── api_client/ # HTTP-клиент с retry, логированием, таймаутами
49+
│ ├── base.py # BaseApiClient
50+
│ ├── clients.py # Эндпоинты: GuapApiClient
51+
│ └── schemas.py # Валидация схем ответов
52+
├── api_tests/ # API-тесты
53+
│ ├── conftest.py # Фикстуры: api_client, http_session
5454
│ └── test_api_clients.py
55-
├── ui_tests/ # UI-тесты (Selenium)
56-
│ ├── conftest.py # Фикстуры: driver, page, wait
57-
│ ├── pages/ # Page Objects
55+
├── ui_tests/ # UI-тесты (Selenium)
56+
│ ├── conftest.py # Фикстуры: driver, page, wait
57+
│ ├── pages/ # Page Objects
5858
│ │ ├── base_page.py
5959
│ │ ├── guap_page.py
6060
│ │ └── metro_page.py

0 commit comments

Comments
 (0)