CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.5k stars 7.84k forks source link

Chapter 1: "Debugging tests" #471

Open Izhaki opened 5 years ago

Izhaki commented 5 years ago

As a developer, I have no idea what the term "debugging tests" means.

There's debugging, there are tests, but I know not of debugging tests

Normally you just run tests and hope they pass. These may be called unit tests, integration tests, e2e tests, etc.. If they pass - all good. If they fail, you may start debugging the test that have failed.

Should just say tests.