You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
# Unit Tests Practice
4
4
5
-
This repo explores a wide range of testing techniques — mocking, fixtures, test-class inheritance, a simulated HTTP server and continuous integration — using simple multiple-choice quizzes stored as JSON, and compares the automated tests through unittest and pytest.
5
+
This repo explores a wide range of testing techniques
6
+
— mocking, fixtures, test-class inheritance, a simulated HTTP server and continuous integration —
7
+
using simple multiple-choice quizzes stored as JSON, and compares the automated tests through unittest and pytest.
6
8
7
9
It was also my first steps with Markdown documentation.
0 commit comments