py-pkgs / py-pkgs

Open source book about making Python packages.
https://py-pkgs.org
Other
290 stars 50 forks source link

Chapter 4 - Testing #8

Closed ttimbers closed 3 years ago

ttimbers commented 4 years ago

We need to write a chapter on testing using pytest. This chapter does not include the CI parts of testing. That is for a later chapter on CI and other bells and whistles.

TomasBeuzen commented 4 years ago

@ttimbers - first draft of this chapter is finished and ready for a review. I've moved it to "Proofs".

ttimbers commented 4 years ago

Whoohoo! I'll review this today!

ttimbers commented 3 years ago