diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-08 21:25:30 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-08 21:25:30 +0800 |
commit | d74856fc16065c1c35f88559e1cedfbf618f2f86 (patch) | |
tree | 32e6690759c6b76bd0153d12f092f0f5e62a26cf /app/test/test_add_word.py | |
parent | afada8b93d27cdad77a94215c12483f690157d23 (diff) |
app/test/test_*.py: add # -*- coding: utf-8 -*- to resolve the pytest error: SyntaxError: Non-ASCII character.
Diffstat (limited to 'app/test/test_add_word.py')
-rw-r--r-- | app/test/test_add_word.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/test_add_word.py b/app/test/test_add_word.py index 6e6370a..0d5356a 100644 --- a/app/test/test_add_word.py +++ b/app/test/test_add_word.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Run the docker image using the following command: # docker run -d -p 4444:4444 selenium/standalone-chrome from selenium import webdriver |