fsdl-text-recognizer-project icon indicating copy to clipboard operation
fsdl-text-recognizer-project copied to clipboard

Testing issue "SyntaxError: invalid syntax"

Open MarMarhoun opened this issue 3 years ago • 0 comments

I'm trying to run the test in lab1 using the following command in Google Colab but it gives me the issue below:

pytest -s text_recognizer/tests/test_character_predictor.py

File "", line 1 pytest -s text_recognizer/tests/test_character_predictor.py ^ SyntaxError: invalid syntax

MarMarhoun avatar Jan 28 '22 01:01 MarMarhoun