Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Freelancer, up for hire
- Berlin, Germany
- Sign in to view email
- https://daniel.hahler.de/
Popular repositories
-
-
-
-
-
Forked from vim-scripts/smarty.vim
Smarty syntax file and ftplugin for Vim
5,737 contributions in the last year
Activity overview
Contribution activity
January 2020
- blueyed/pytest-asyncio Python
- blueyed/jinja Python
Created a pull request in pytest-dev/pytest that received 6 comments
Use TYPE_CHECKING instead of False
This allows for e.g. Jedi to infer types.
It was only used to support Python 3.5.0/3.5.1, where this is available
in typing_extensions.
Ref: davidh…
+60
−31
•
6
comments
- ci: Travis: Python 3.5.1 via Trusty
- Use cached_property with some code properties
- [WIP] pytester: typing for `spawn`/`spawn_pytest`
- Merge master into features
- Fix/improve assertion with "skipped" CollectReports
- cacheprovider: pytest_collectreport: do not add to lastfailed with passes
- Node._repr_failure_py: use abspath with changed cwd
- terminal: use "yellow" with any "xpassed" tests
- cacheprovider: pytest_collection_modifyitems: copy items
- [WIP] terminal: refactor, no yellow ("boring") for non-last item
- ServerErrorMiddleware: generate_html: do not capture locals
- ci: Travis: use py38
- Update/fix type for (Immutable)MultiDict's `*args`
- typing: remove unused "type: ignore" comments
- test_database_execute_many: remove unnecessary statement
- Typing fixes
- [WIP/RFC] test/fix behavior with error in generate_html
- Fixtures now register finalizers with all fixtures before them in the stack
- [WIP] Fix 6341 disallow session config in fromparent
- Fix wrong 'changelog' and 'reference' links in docs
- terminal: use "yellow" with any "xpassed" tests
- Fix serialization of 'None' reprcrashes
- [WIP] terminal: refactor, no yellow ("boring") for non-last item
- Update mypy 0.750 -> 0.761
Created an issue in davidhalter/jedi that received 3 comments
Honor "if False: # TYPE_CHECKING"
pytest does not use if TYPE_CHECKING, but if False: # TYPE_CHECKING, recommended by flake8:
TYP001 guard import by if False: # TYPE_CHECKING: TYPE…
3
comments