Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Move ifmain block to function #27

Merged
merged 1 commit into from
Mar 3, 2022
Merged

Move ifmain block to function #27

merged 1 commit into from
Mar 3, 2022

Conversation

PerchunPak
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

Merging #27 (76792d7) into aiohttp (0ec3c05) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           aiohttp      #27   +/-   ##
========================================
  Coverage    62.50%   62.50%           
========================================
  Files            2        2           
  Lines            8        8           
========================================
  Hits             5        5           
  Misses           3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0ec3c05...76792d7. Read the comment docs.

@PerchunPak
Copy link
Contributor Author

Тесты проваливаются не по моей вине. Позже посмотрю в отдельном PR что там.

@PerchunPak PerchunPak requested a review from cofob March 3, 2022 11:38
@PerchunPak PerchunPak added enhancement New feature or request python Pull requests that update Python code labels Mar 3, 2022
@cofob cofob merged commit 00e3973 into aiohttp Mar 3, 2022
@cofob cofob deleted the feat/move-block-to-func branch March 3, 2022 11:55
cofob added a commit that referenced this pull request Apr 12, 2022
* aiohttp init

* Add changes to CHANGELOG.md

* Change `import ?` to `from ? import ?`

* Change branch `master` to `aiohttp`

* Fix CI

* Move ifmain block to function (#27)

* Change poetry installation (#26)

* Change poetry installation

* Fix typo in word

* Add script to remove residual trash (#28)

* Port logger from django branch 🚚 (#30)

* Port logger from django branch 🚚

* Add log levels

* Add @PerchunPak suggestions

* Add LOG_SEPARATE and LOG_PATH features

* Sync `pyproject.toml` and `docs/requirments.txt`

This fix `readthedocs` build.

* Remove Python3.11 from CICD (#37)

* Remove Python3.11 from CICD

* Add changes from PR to CHANGELOG.md

* Apply codestyle ✏️ [skip ci]

* Update poetry.lock 📈

* Fix typo in poetry command

* Port Config class from `master` (#38)

* Port Config class from `master`

* Add Singleton to Config class

* Make `furo` auto-updateble

* Update poetry.lock 📈

* Fix Docker container build

* Update poetry.lock 📈

* Fix CI pushing in pull requests

(cherry picked from commit 54b39e2)

* Final fix CI pushing in pull requests

(cherry picked from commit e6ab8df)

* Update poetry.lock 📈

* Plugin API (#43)

* Add base aiohttp sub-apps initialization

* Add mako as templating language

* Fix VSC config for Win

* Type init func

* Update [skip ci]

* DL VSC folder

* DL app view

* Add plugin initialization

* TLTD

* Fix tests

* Private methods can start with one _

* Rename variable `e` to `exception`

* Change `pip freeze` to `pip list`

Because it's more understandable

* Remove necessary checks

Co-authored-by: PerchunPak <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants