Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use STDIN project in test_projects to ensure it runs quickly
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.
- Loading branch information