From 88e6fea7a8ef86405b90e00db8dddc313099dfdf Mon Sep 17 00:00:00 2001 From: Azizur Rahman Date: Sun, 26 Mar 2017 21:41:09 -0400 Subject: [PATCH 1/2] 'test_logic.py typo fixed(#425) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cb796b02..ad17030c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
+

----------------- @@ -18,7 +18,7 @@ When complete, this project will have Python code for all the pseudocode algorit - `logic.py`: Implementations of all the pseudocode algorithms, and necessary support functions/classes/data. - `logic.ipynb`: A Jupyter (IPython) notebook that explains and gives examples of how to use the code. -- `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. +- `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. # Index of Algorithms From 0f9399f676bd6d6438ee9361bbf725e031c023f8 Mon Sep 17 00:00:00 2001 From: Azizur Rahman Date: Sun, 26 Mar 2017 21:43:38 -0400 Subject: [PATCH 2/2] typo 'logic_test.py' fixed(#425) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad17030c0..5f85c4eb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +


-----------------