Skip to content

Commit 84a0dba

Browse files
committed
Updated README
1 parent d23fcba commit 84a0dba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,13 @@ Quick Start Guide
6363
from pygorithm.sorting import bubble_sort
6464
time_complexity = bubble_sort.time_complexities()
6565
print(time_complexity)
66+
67+
Tests
68+
~~~~~
69+
70+
* Just type in the following command to run the tests
71+
::
72+
73+
python3 -m unittest
74+
75+
* This will run all the tests defined in the files of the ``tests/`` directory

0 commit comments

Comments
 (0)