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
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,7 @@
2
2
3
3
# Unit Tests Practice
4
4
5
-
<<<<<<< HEAD
6
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`.
7
-
=======
8
-
This repo explores a wide range of testing techniques
9
-
— mocking, fixtures, test-class inheritance, a simulated HTTP server and continuous integration —
10
-
using simple multiple-choice quizzes stored as JSON, and compares the automated tests through unittest and pytest.
11
-
>>>>>>> a94885a091e1ba526cedbcafdef488142a86d952
12
6
13
7
It was also my first steps with Markdown documentation.
0 commit comments