Skip to content
Snippets Groups Projects
Unverified Commit bdf0e873 authored by Pavel Panchekha's avatar Pavel Panchekha Committed by GitHub
Browse files

Update README.md

parent 940166db
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ For that to work, you must have a `browser.py` file ...@@ -9,7 +9,7 @@ For that to work, you must have a `browser.py` file
that exports all of the expected functions and classes. that exports all of the expected functions and classes.
You don’t have to put all of your code into one file, You don’t have to put all of your code into one file,
but all of your classes and methods should be exported from this file. but all of your classes and methods should be exported from this file.
The easiest way to do that is to add from `other_file import *` at the top. The easiest way to do that is to add `from other_file import *` at the top.
Details on the testing system can be found in [its repository][tests]. Details on the testing system can be found in [its repository][tests].
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment