You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ When complete, this project will have Python code for all the pseudocode algorit
18
18
19
19
-`logic.py`: Implementations of all the pseudocode algorithms, and necessary support functions/classes/data.
20
20
-`logic.ipynb`: A Jupyter (IPython) notebook that explains and gives examples of how to use the code.
21
-
-`tests/logic_test.py`: A lightweight test suite, using `assert` statements, designed for use with [`py.test`](http://pytest.org/latest/), but also usable on their own.
21
+
-`tests/test_logic.py`: A lightweight test suite, using `assert` statements, designed for use with [`py.test`](http://pytest.org/latest/), but also usable on their own.
0 commit comments