diff --git a/Makefile b/Makefile index 16f11bc..8ca0267 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,9 @@ docs: FORCE message venvcheck message: FORCE - @echo "\n${RED}If you don't have pytest or pdoc3 installed, you will need to install them globally or inside a virtualenv. This Makefile can build the venv for you, if you use '${YELLOW}make venv${RED}' followed by '${YELLOW}. ./${VENV}/bin/activate${RED}' and finally '${YELLOW}make prereqs${RED}'${RESET}\n" + @echo + @echo "${RED}If you don't have pytest or pdoc3 installed, you will need to install them globally or inside a virtualenv. This Makefile can build the venv for you, if you use '${YELLOW}make venv${RED}' followed by '${YELLOW}. ./${VENV}/bin/activate${RED}' and finally '${YELLOW}make prereqs${RED}'${RESET}" + @echo venv: FORCE diff --git a/tests/test_solution.py b/tests/test_solution.py index a6efbf5..2a9cb8a 100644 --- a/tests/test_solution.py +++ b/tests/test_solution.py @@ -4,8 +4,6 @@ sys.path.append("./src/") import rainbow_generator import pearson -flag="MzZwcx15NHQzOnxzcnI9cjk=" - def test_generator(): d=rainbow_generator.generateTable(["test1", "test2", "test3"], lambda x: pearson.hashN(x,2), rainbow_generator.makeGuess, 20, 3, 6, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789')