Mvc add typing (#441) * Removed old Python versions * Added typing * Fixed bug * Removed bugs and added more types * Fixed bug on check if controller is defined * removed object definition from routes * I fixed a bug * Ädded comments and lost types * Fixed types for Router * Fixed lines * yeah sure * List dammit! * . * oops * .
Recent Commits to python-patterns:master
-
Mvc add typing (#441)
-
Remove old py versions (#440)
Remove old py versions (#440) * Removed old Python versions * Removed 3.10 from tox and upgraded requirements-dev.txt becasue of higher versions in lint.sh * 3.13 changed to 3.12 * Adjusted lint_python workflow Upgraded flake8 to 7.1 * Added continue-on-error: true. So that if the workflow stop comes in error, it will continue. * Added workflow to check per PR * Moved workflow * Changed name workflow * Changed job name * Added approval for non-Python files and removed continue-on-error * Optimzed lint_pr.yml * Added fix for PyTest * Let pytest only test on changed python design patterns * Optimized Tox * Allow tox execute it's checks * Tox optimization 2 * Optimized check * Ignore setup.py from linting unless it is changes * Fixed bug * Testing a idea * Revert idea * added __init__.py to tests/ for tox * Let tox only test on Python files that are in the PR. * Adjusted .coveragerc * added usedevelop = true to tox.ini * Change cov from patterns to main * Rewrote check. * retry fixing coverage * Change cov to main * Added coverage run to execute pytest * changed cov to patterns * created pyproject.toml and moved old config to backup folder * Testing * Changed opts to doctest * Fix for error Unknown config option: randomly_seed * Trying fix for No data was collected. (no-data-collected) * Changed source from patterns to ./ * Changed source from patterns to ./
-
Merge pull request #443 from cdorsman/abstract-factory-fixes
Merge pull request #443 from cdorsman/abstract-factory-fixes Abstract factory fixes
-
t to T
t to T
-
woof
woof
-
Pet to type[Pet]
Pet to type[Pet]
-
Added type to random_animal
Added type to random_animal
-
Retry4
Retry4
-
Retry3
Retry3
-
fix doctest
fix doctest
-
Retry2
Retry2
-
Retry
Retry
-
Removed object type from init
Removed object type from init
-
- Moved AbstractExpert
- Moved AbstractExpert - Changed __init__ in AbstractExpert to abstract method - Added comments
-
Defined "random_animal" with random animal from list.
Defined "random_animal" with random animal from list.
-
Ädded comments and lost types
Ädded comments and lost types
-
I fixed a bug
I fixed a bug
-
removed object definition from routes
removed object definition from routes
-
Fixed bug on check if controller is defined
Fixed bug on check if controller is defined
-
Removed bugs and added more types
Removed bugs and added more types
-
Merge pull request #436 from danwald/update-delegation
Merge pull request #436 from danwald/update-delegation Highlight the need for a wrapper in delegate