You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: handle file stdout/stderr
* fix: handle stdin=subprocess.PIPE
Allows tests to write to the standard input of a mocked process
* test: fix failing test
- ignore `PytestDeprecationWarning` in `pytest.ini`.
- suppress `docutils` errors in `tests/test_examples.py` by setting `report_level` to 5.
* Test/fix windows test (#2)
* test: convert to lowercase in whoami test
* test: use a more cross platform command
or else you'd get FileNotFoundError errors
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix/mac test (#3)
* temp: test on push
* fix: increase timeout for mac test
* fix: ignore warning in universal newlines test
* fix: add another filterwarning tag
* remove: temp on push test
* Add changelog, minor refactor in tests.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: aklajnert <github@aklajnert.pl>
0 commit comments