Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 630 Bytes

File metadata and controls

20 lines (16 loc) · 630 Bytes

Testing Your Python Apps

Prep

  1. Complete the RealPython Test Your Python Apps Learning Path

Seminar Goals

Discuss what we learned from RealPython. Review examples of testing in turboPy and other NRL codes. Discuss example tests that we created as part of homework.

Homework

  1. Create and activate a conda environment that includes pytest.
  2. Write some example tests and add them to a subfolder in the T03 folder. You may test any code you wish, including code you submitted for past homework.

Notes