We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23fcba commit 84a0dbaCopy full SHA for 84a0dba
README.rst
@@ -63,3 +63,13 @@ Quick Start Guide
63
from pygorithm.sorting import bubble_sort
64
time_complexity = bubble_sort.time_complexities()
65
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