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,993 contributions in the last year
Activity overview
Contribution activity
February 2020
Created a pull request in pytest-dev/pytest that received 8 comments
[WIP] refactor Capture classes
This refactors the Capture classes to be more flexible.
The new --capture=tee-sys (#6315)
is rather a flag that could have been also done via --cap…
+48
−27
•
8
comments
- pytester: clarify _makefile signature
- doctest: handle any OutcomeException
- Use inspect.getdoc to massage fixture docstrings
- [WIP] testing/test_meta.py: parametrize with TYPE_CHECKING
- Remove testing/test_modimport.py
- [WIP] docs: use sphinx-autodoc-typehints, minor typing improvements
- Inline FunctionMixin with Function
- capture: cleanup item fixture handling
- Handle `Exit` exception in `pytest_sessionfinish`
- internal: clean up getfslineno
- testing/conftest.py: testdir: set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- Add load_entrypoint_plugins ini option/marker
- pytester: LineMatcher: typing, docs, consecutive line matching
- [WIP] TerminalReporter.section: start on new line
- assertion: save/restore hooks on item
- Merge pytest-dev/pytest@master
- WIP: capture: cleanup item fixture handling
- debugging: use interaction hook, require no -s with doctests
- testing/conftest.py: remove setup_env
- testing/conftest.py: testdir: set PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- [WIP] TerminalReporter.section: start on new line
- Merge pytest-dev/pytest@master
- TerminalReporter.ensure_newline: also wrap with anything written
- tests: harden test_fail_reporting_with_tb_no
- assertion: save/restore hooks via stack
- Fix crash with `-rf --tb=no` with testloc being None
- TEST: merge (#142) + revert (#143)
- Remove incorrect choices comment.
- [WIP] Use code highlighting if pygments is installed
- internal: clean up getfslineno
- Explicitly state on the PR template that we can squash commits
- [WIP] docs: use sphinx-autodoc-typehints, minor typing improvements
- DOC: it's called pytestmark, not pytest_mark
- pytester: LineMatcher: typing, docs, consecutive line matching
- Add --no-trace option, overrides pytrace=True for pytest.fail
- [WIP] TerminalReporter.section: start on new line
Created an issue in davidhalter/jedi that received 4 comments
"goto" for type comments
Given:
foo = None # type: Optional[MyBar]
It would be nice if "goto" worked in the type comment, for both Optional and MyBar.
The workaround is to …
4
comments