rigatoni / linguine

Issue tracking repository.
http://rigatoni.se.rit.edu
3 stars 2 forks source link

Standardize Python unit test template #93

Open danrlavoie opened 9 years ago

danrlavoie commented 9 years ago

The Python unit tests, especially older ones, haven't been updated as the message template has changed. They also test against predefined data rather than a sample message. They should be updated to conform to a main template.

danrlavoie commented 9 years ago

Automated testing with requests or Postman makes a lot more sense for testing the Python code than straight up unit tests.