diff options
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 |