From: Cooper Lees Date: Fri, 11 Jun 2021 04:06:50 +0000 (-0700) Subject: Add STDIN test to primer (#2315) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/aa31a117b16ed849710cf13cea5c064839beb29e?hp=aa31a117b16ed849710cf13cea5c064839beb29e 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 ---