]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add STDIN test to primer (#2315)
authorCooper Lees <me@cooperlees.com>
Fri, 11 Jun 2021 04:06:50 +0000 (21:06 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Jun 2021 04:06:50 +0000 (21:06 -0700)
commitaa31a117b16ed849710cf13cea5c064839beb29e
tree434ad109ef2d6175a2c485bffbfd6fe363cd3c03
parent05b54b84327cfd1089cc4d630c7c65880252bcb4
Add STDIN test to primer (#2315)

* Add STDIN test to primer

- Check that out STDIN black support stays working
- Add asyncio.subprocess STDIN pip via communicate
- We just check we format python code from primer's `lib.py`

Fixes #2310
CHANGES.md
src/black_primer/lib.py
src/black_primer/primer.json
tests/test_primer.py