Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
theGoodPlaceFroyo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Neil Patrick Lim de los Reyes
theGoodPlaceFroyo
Commits
95dc56b6
Commit
95dc56b6
authored
Mar 18, 2020
by
Neil Patrick Lim de los Reyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
starting to work on tests.py for a new customer commit
parent
fdd38349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
tests.py
thegoodplace/froyo/tests.py
+9
-1
No files found.
thegoodplace/froyo/tests.py
View file @
95dc56b6
from
django.test
import
TestCase
import
unittest
from
django.urls
import
resolve
from
selenium
import
webdriver
# Create your tests here.
class
CustomerTest
(
unittest
.
TestCase
):
def
setUp
(
self
):
self
.
browser
=
webdriver
.
Firefox
()
def
tearDown
(
self
):
self
.
browser
.
quit
()
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment