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,734 contributions in the last year
Activity overview
Contribution activity
January 2020
- blueyed/pyannotate Python
- blueyed/pytest-clarity Python
- blueyed/more-itertools Python
- blueyed/pytest-asyncio Python
- blueyed/jinja Python
Created a pull request in pytest-dev/pytest that received 14 comments
[WIP] 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…
+44
−17
•
14
comments
- tests: harden/improve test_itemreport_subclasses_show_subclassed_file
- tests: cover safe_getattr
- doc: revisit section about rootdir
- [WIP] ci: Travis: remove most jobs running on GitHub now
- [RFC/WIP] Package: typing, cleanup
- Merge master into features
- minor: fix doc/example for _pytest.nodes._splitnode
- [WIP/RFC] master: update mypy 0.740 -> 0.761
- typing for getcfg and determine_setup
- [WIP] typing improvements
- [RFC] LFPlugin: use sub-plugins to deselect during collection
- typing: fix _pytest.config.findpaths.determine_setup
- tox: add mypy toxenv
- tox: linting: pass posargs
- tests: test_xfail_handling: use sys.dont_write_bytecode
- pluginmanager.consider_preparse: add exclude_only kwarg
- terminal: summary_passes: handle teardown sections
- 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
- [WIP] cacheprovider: pytest_collectreport: do not add to lastfailed with passes
- WIP Node._repr_failure_py: use abspath with changed cwd
- terminal: use "yellow" with any "xpassed" tests
- Some pull requests not shown.
- [WIP] cover/trigger terminal _get_pos issue on Windows
- WIP: GitHub actions
- Merge pytest-dev/pytest@master
- Use TYPE_CHECKING instead of False
- [WIP] Package: typing, cleanup
- Merge pytest-dev/pytest@master
- pluginmanager.consider_preparse: add exclude_only kwarg
- ci: Travis: test with Python 3.5.1
- [blocked] ci/tox: add job/factor for pytest-randomly
- Merge upstream's master
- auto-deselect: pass list to pytest_deselected hook
- terminal: refactor, no yellow ("boring") for non-last item
- [4.6] Fix monkeypatch.mockimport: pass kwargs
- Fix monkeypatch.mockimport: pass kwargs
- 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
- Remove Travis and Azure files
- Merge master into features
- Implement code coverage in GitHub actions
- [RFC] LFPlugin: use sub-plugins to deselect during collection
- Some type annotation & check_untyped_defs fixes
- Fixtures now register finalizers with all fixtures before them in the stack
- 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 pytest-dev/pytest that received 10 comments
[RFC] Use `-ra` by default? (reportchars)
I keep adding this to addopts for projects since it is very useful and nice to have.
Should this be enabled by default?
Unfortunately there is no w…
10
comments