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
@@ -13,10 +26,6 @@ This minimal library aims to simplify behavioural testing with Python's standard
13
26
`unittest-extensions` does not have any dependencies, it is solely based on the
14
27
Python standard library and mainly inspired by Ruby's [`RSpec`](https://rspec.info/) framework.
15
28
16
-
# Documentation
17
-
This project is documented at:
18
-
https://maxcode123.github.io/unittest-extensions/
19
-
20
29
21
30
# Installation
22
31
```
@@ -135,7 +144,4 @@ if __name__ == "__main__":
135
144
136
145
The number of lines is still the same, but the testing code has become clearer:
137
146
1. The subject of our assertions in each test case is documented in the `subject` method
138
-
2. Each test method contains only information we care about, i.e. the input data (names/surnames) we test and the result of the assertion (true/false).
2. Each test method contains only information we care about, i.e. the input data (names/surnames) we test and the result of the assertion (true/false).
0 commit comments