Skip to content

Commit dfde50a

Browse files
committed
Update README.md
1 parent 7a48429 commit dfde50a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Thus, if testing is not easy, bad things will happen.
99
This minimal library aims to simplify behavioural testing with Python's standard
1010
[`unittest`](https://docs.python.org/3/library/unittest.html) library by separating
1111
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.
12+
13+
`unittest-extensions` does not have any dependencies, it is solely based on the
14+
Python standard library and mainly inspired by Ruby's [`RSpec`](https://rspec.info/) framework.
1415

1516
# Installation
1617
```

0 commit comments

Comments
 (0)