Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cse490x 22sp Handout
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSE 490X 22sp
Cse490x 22sp Handout
Commits
bdf0e873
Unverified
Commit
bdf0e873
authored
3 years ago
by
Pavel Panchekha
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
940166db
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
bdf0e873
...
@@ -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
]
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment