]> 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:

Use STDIN project in test_projects to ensure it runs quickly (#2575)
authorNipunn Koorapati <nipunn1313@gmail.com>
Sat, 30 Oct 2021 18:54:43 +0000 (11:54 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Oct 2021 18:54:43 +0000 (11:54 -0700)
commit92eeacc2e3ce917d6364ec06d891436f11536a1c
treea6dcb9e201ed6a1fe2271e8bf492a3ec7b848d6e
parent6b38b52187a7a7b9fedcf257c5ba45cc16f2e8a2
Use STDIN project in test_projects to ensure it runs quickly (#2575)

Existing test was actually running a full black-primer
run which could be slow. This goes from 8 seconds to
0.4 seconds on my machine.

Needed to move to top level scope to leverage the caplog
feature of pytest in order to test that the command line
was parsing the bogus arguments and dumping to stderr.
tests/test_primer.py