Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 581 Bytes

File metadata and controls

31 lines (17 loc) · 581 Bytes

Testing Python Apps

Building Python apps

Testing while you build

Section 2: Unit testing

Continuous Integration

  • Travis CI is set up only for Section 2.

Section 3: Integration testing

Sections 4 + 5: System testing

4: unittest

5: Postman + newman

Remember to cover installing the necessary PyCharm plugins to be able to run things simultaneously. Need:

  • Multirun
  • BashSupport (or CMDSupport on Windows)
    • Also need to check how to do this on Windows

Section 6: Acceptance testing

Section 7: Contract testing (not now)