Skip to content

Commit ada97bf

Browse files
committed
Update README.md
1 parent d46125c commit ada97bf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# unittest-extensions
2-
Extension of Python's standard unittest library
2+
Extension of Python's standard unittest library
3+
[Documentation](https://maxcode123.github.io/unittest-extensions/)
34

45
# Introduction
56
If testing is not easy, you will not do it.
@@ -9,8 +10,9 @@ Thus, if testing is not easy, bad things will happen.
910
This minimal library aims to simplify behavioural testing with Python's standard
1011
[`unittest`](https://docs.python.org/3/library/unittest.html) library by separating
1112
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.
13+
14+
`unittest-extensions` does not have any dependencies, it is solely based on the
15+
Python standard library and mainly inspired by Ruby's [`RSpec`](https://rspec.info/) framework.
1416

1517
# Installation
1618
```

0 commit comments

Comments
 (0)