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
Thus, if testing is not easy bad things will happen.
8
+
9
+
This minimal library aims to simplify behavioural testing with Python's standard
10
+
[`unittest`](https://docs.python.org/3/library/unittest.html) library by separating
11
+
object and data creation from behaviour assertion. Furthermore, it is intended to serve users that want to write really small test functions where what is being asserted is quickly comprehended and easily visible.
12
+
13
+
`unittest-extensions` is mainly inspired by Ruby's [`RSpec`](https://rspec.info/) framework.
0 commit comments