Skip to content

Commit abc9e1b

Browse files
committed
Add Documentation chapter to README.md
1 parent 4576384 commit abc9e1b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

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

54
# Introduction
65
If testing is not easy, you will not do it.
@@ -14,6 +13,11 @@ This minimal library aims to simplify behavioural testing with Python's standard
1413
`unittest-extensions` does not have any dependencies, it is solely based on the
1514
Python standard library and mainly inspired by Ruby's [`RSpec`](https://rspec.info/) framework.
1615

16+
# Documentation
17+
This project is documented at:
18+
https://maxcode123.github.io/unittest-extensions/
19+
20+
1721
# Installation
1822
```
1923
pip install unittest-extensions

0 commit comments

Comments
 (0)