amperser / proselint

A linter for prose.
http://proselint.com
BSD 3-Clause "New" or "Revised" License
4.36k stars 179 forks source link

Test system assumes proselint is installed instead of testing the code in the source tree #345

Open viccuad opened 8 years ago

viccuad commented 8 years ago

For example, https://github.com/amperser/proselint/blob/master/tests/_test_version.py#L17

out = subprocess.check_output("proselint --version", shell=True)

suchow commented 8 years ago

@viccuad thanks, good catch. would you be willing to take a stab at fixing this?

viccuad commented 8 years ago

@suchow I'm afraid my Python-fu is not up to the task yet, so I would love if people chime in.