John Vandenberg

Results 1970 comments of John Vandenberg

And https://github.com/greyside/django-admin-smoke-tests ``` ERROR: test_change_post (xxx.tests.test_admin_smoke.AdminSiteSmokeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/local/src/django-admin-smoke-tests/django_admin_smoke_tests/tests.py", line 31, in test_deco fn(self, model, model_admin) File "/usr/local/src/django-admin-smoke-tests/django_admin_smoke_tests/tests.py", line 306, in test_change_post response.render() File "/usr/local/lib/python3.6/site-packages/django/template/response.py",...

My only interest is usage via `pytest`.

that is no different to ```py >>> def func1(): >>> """ >>> Example: >>> >>> assert func1() == 1 >>> """ >>> return 1 ``` doctest ignores nested doctest. See...

ubelt is amazingly similar to stdio-mgr. A little more advanced in some ways, and not so advanced in others. No tests directly exercising it, but a lot of usage in...

Ugh, now I see https://github.com/mahmoud/boltons/pull/220 . The closest they have is https://github.com/mahmoud/boltons/blob/master/boltons/ioutils.py , which is a good foundation.

A doctest which contains `sys.stdout.buffer` should fail, and `sys.stdout.buffer.buf` should also work but will not. https://github.com/timrburnham/bom_open/ is very small example of the first, with its use of [`buffer`](https://github.com/timrburnham/bom_open/blob/master/bom_open/bom_open.py#L59) and `detach()`....

@AbdealiJK , https://github.com/hhatto/autopep8/issues/227 gives me an idea that might be a good basis for a GSoC size project. We can already tell `autopep8` which problems to fix using a combination...

Something like https://stackoverflow.com/questions/22627458/how-to-add-class-in-image-markdown-in-ghost might work to keep the centering , while using markdown syntax

We would need to add lots of other checks to make this a full three month project. Scope probably should be validation of docstring text markup in general, which is...