jxmorris12 / language_tool_python

a free python grammar checker 📝✅
GNU General Public License v3.0
434 stars 64 forks source link

Fix Bash Tests #34

Closed aokellermann closed 3 years ago

aokellermann commented 3 years ago

Changes

Fixes bash tests such that they now exit with with the appropriate error code. Previously, some failed tests would not cause the test scripts to exit with a non-zero exit code. This can be seen here. Tests failing appropriately can be seen here. Once #33 is merged, the tests should pass on this branch.

jxmorris12 commented 3 years ago

@aokellermann can you rebase and re-run the tests? (#33 was merged)

aokellermann commented 3 years ago

@jxmorris12 Done.

jxmorris12 commented 3 years ago

Wonderful!