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 50 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,015 contributions in the last year
Activity overview
Contribution activity
May 2020
blueyed has no activity
yet for this period.
April 2020
- blueyed/pytest-mypy-testing Python
Created a pull request in pytest-dev/pytest that received 6 comments
- Display version output with any exception
- typing: from_parent
- tox: improve/fix mypy-diff testenv
- Fix/improve printing of docs for collected items
- Minor typing fixes/improvements
- Factor out `own_markers` and `keywords` into properties
- collection: skip "@py_*" and "@pytest_*"
- Fix test_no_warnings to handle e.g. `_pytest.async`
- Shell-quote not found files
- WIP: Add support for ellipsis to LineMatcher
- tests: fix TypeError with test_mark_closest
- Create _pytest.pytester package
- ci: run acceptance tests with specific markers
- Fix _display_running on py35
- Function: use `originalname` in `_getobj` and make it default to `name`
- tests: use runpytest_inprocess with tty kwarg
- WIP: revisit/replace LsofFdLeakChecker / --check-fds
- Fix test for `tty=False` with outer `-s`
- Fix `test_popen_default_stdin_stderr_and_stdin_None` when run with `-s`
- testing/conftest.py: sort tests using copy_example to the end
- NFPlguin: use a set for item node id lookups for performance
- terminal: display full path with "rootdir: ~"
- Revert "Restore sys.path after importing test modules"
- Change default for testdir.runpytest_inprocess's syspathinsert to True
- ci: GHA: use two windows jobs with split groups
- Some pull requests not shown.
- Fix/improve printing of docs for collected items
- doc: minor fixes for Store
- Factor out `own_markers` into a property
- doc: internal: remove references to old "newinterpret" module
- Do not include the root session with `-k`
- Fix test_no_warnings to handle e.g. `_pytest.async`
- tests: fix TypeError with test_mark_closest
- Fix FD leak in test__get_multicapture
- Function: use `originalname` in `_getobj` and make it default to `name`
- Fix `test_popen_default_stdin_stderr_and_stdin_None` when run with `-s`
- doc: fix/remove leftovers from removing `versionadded`
- doc: remove deprecations from pytest 3
- faulthandler: trylast=True
- Remove TestExecutionForked - xdist.boxed has gone since long
- Fix warnings summary
- doc: document inversed lines with terminal report hooks
- Fix doc for `numbered` arg with `TempPathFactory.mktemp`
- Fix tests: use explicit syspathinsert
- [5.4.x] Fix TerminalRepr instances to be hashable (#6988)
- tests: revisit tests for removed load_module
- Fix extra skipping of clearscreen for sticky mode after "c, n"
- Minor internal improvements
- tests: move test_integration
- Format whole file with `do_list`, actually use lru_cache
- tests: improve test_help: proper test ids
- Display sys.last_value in sticky mode
- Fix get_stack for empty stack
- Do not display `None` for no exception in interaction with traceback
- Improve AttributeError on module (py37+)
- tests: test_nested_completer: do not read after sendeof
- Display errors from/with `complete`
- Factor out `own_markers` into a property
- Remove broken _reprcompare disabling fixture in test_assertrewrite.py
- Function: use `originalname` in `_getobj` and make it default to `name`
- Fix flaky TestDurations test
- Skip flaky test_faulthandler.py::test_timeout[True] test on Windows
- Document the pytest_report_teststatus hook better and test uncovered functionality
- docs: Do not use automatic title in fixture reference
- Revert "tmpdir: clean up indirection via config for factories"
Created an issue in pytest-dev/pytest that received 2 comments
--strict-markers could enable the warning to cause an error
The --strict-markers option is not really necessary given that there is a warning already always, which could be turned into an error:
pytest/sr…
2
comments