Igor Starikov

Results 248 comments of Igor Starikov

And what'd be the use-case for that? In common case it'd be more vivid to (yet not so DRY) if we explicitly declare settings in one manager, and use parametrize...

The AttributeError above seems somewhat unexpected indeed, yet code appears to be somewhat synthetic.

Thank you. We'll probably need some probing in `init_systemd_logging()`, and maybe an optional automatic fallback to a default handler.

Let's try a simplier detection with `INVOCATION_ID` in #2

0.3.0 released. You can now give it a try.

The quote is about $JOURNAL_STREAM (on the exact stream detection), not $INVOCATION_ID. Given that, do you expect cases when $INVOCATION_ID is set and we're under systemd but journal daemon is...

And what do you mean by a mess? "Overall coverage increased" fluctuation, or something else? > Unfortunately switching probably means loosing easy access to coverage data. Do you mean the...

Thank you for the report. Sorry, I'm unable to test and improve things for Windows. On the other hand I have no intention for distributing API libraries with `steampak`. Yet...

The tests are meant to be run with ``python setup.py test``. Or you may want to change current working directory to ``pytest_djangoapp`` (containing ``tests`` directory) before running tests. ``pytest`` (in...

Yes, this may be a good idea depending on the exact needs. Do you mean you want to see some instructions on how to run the testsuite not in CI,...