Skip to content

Commit

Permalink
Upgraded docs: add running tests instrucition
Browse files Browse the repository at this point in the history
Resolves: #30
  • Loading branch information
CuberHuber committed Nov 19, 2024
1 parent e6a6556 commit 505ed3b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ S3 Platform Plugin Template - это репозиторий предоставл
- [Структура](#обязательная-структура)
- [CI](#github-actions)
- [Тесты](#тесты)
- [Как запустить тесты](#запуск-тестов)
- [Правила написания парсера](#правила-написания-парсеров)


Expand Down Expand Up @@ -108,6 +109,14 @@ S3 Platform использует Amazon S3 в качестве [объектно
> [!TIP]
> Рекомендуется дополнять тесты для парсеров с необычной логикой.
#### Запуск тестов
```shell
poetry run pytest -v
```
or
```shell
pytest -v
```

## Правила написания парсеров

Expand Down

0 comments on commit 505ed3b

Please sign in to comment.