Andrey-Volkovitskiy/python-project-83

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.github/workflows/README.md
.github/workflows/flake8_linter.yml
.github/workflows/hexlet-check.yml
.github/workflows/pytest_with_postgres.yml
.gitignore
Makefile
README.md
database.sql
page_analyzer/__init__.py1
A
0 mins
A
100%
page_analyzer/app.py107
A
0 mins
A
97%
page_analyzer/db/__init__.py1
A
0 mins
A
100%
page_analyzer/db/checks.py64
A
0 mins
C
76%
page_analyzer/db/connect.py18
A
0 mins
A
100%
page_analyzer/db/urls.py72
A
0 mins
A
100%
page_analyzer/exceptions.py16
A
0 mins
A
100%
page_analyzer/language/__init__.py5
A
0 mins
C
75%
page_analyzer/templates/404.html
page_analyzer/templates/500.html
page_analyzer/templates/base.html
page_analyzer/templates/index.html
page_analyzer/templates/show_url.html
page_analyzer/templates/show_urls.html
page_analyzer/url_checker.py41
A
0 mins
A
96%
page_analyzer/url_validator.py25
A
0 mins
A
100%
poetry.lock
pyproject.toml
pytest.ini
tests/conftest.py36
A
0 mins
tests/fixtures/gmail.html
tests/test_start_page.py72
A
0 mins
tests/test_url_id_page.py86
A
0 mins
tests/test_url_list_page.py59
A
1 hr