File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,48 @@ Everyone makes mistakes.
480
480
481
481
# Testing
482
482
483
+ ##
484
+
485
+ ![ ] ( assets/images/post-office-scandal.png )
486
+
487
+ <font size =" 2 " >Credit: [ Private
488
+ Eye] ( https://www.private-eye.co.uk/pictures/special_reports/justice-lost-in-the-post.pdf ) </font >
489
+
490
+
491
+ ##
492
+ ### Testing can be split into different scales
493
+
494
+ <br >
495
+
496
+ ::: {.callout-note}
497
+
498
+ ## Unit Testing
499
+
500
+ Tests the smallest possible units of code, e.g. functions or class methods.
501
+
502
+ :::
503
+
504
+ <br >
505
+
506
+ ::: {.callout-note}
507
+
508
+ ## Integration Testing
509
+
510
+ Test for errors when units function together.
511
+
512
+ :::
513
+
514
+ <br >
515
+
516
+ ::: {.callout-note}
517
+
518
+ ## Regression Testing
519
+
520
+ Tests that new functionality doesn't break existing functionality.
521
+
522
+ :::
523
+
524
+
483
525
# Environment & Dependency Management
484
526
485
527
You can’t perform that action at this time.
0 commit comments