Previous Lecture Lecture 5 Next Lecture

Lecture 5, Wed 08/16

TBD

Some hints on how to get a good grade or a bad grade on lab01

More on pytest

When we write a function, we want to test whether the function works properly or not.

Doing that by hand is tedious. We might start cutting corners.

So, it is good practice to automate that. We’ll show how that works.

Code from today’s lecture

https://github.com/ucsb-cs8-m17/Lecture5_0816