Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael R Lundquist
whats-open
Commits
7bb39013
Commit
7bb39013
authored
Sep 26, 2019
by
Michael Lundquist
Browse files
Pushing a bugfix to see if the gitlab-ci works.
parent
4556995d
Pipeline
#4814
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
whats-open/api/tests/test_schedule.py
View file @
7bb39013
from
rest_framework.test
import
APIRequestFactory
,
APITestCase
from
rest_framework.test
import
APITestCase
class
ScheduleTests
(
APITestCase
):
def
test_call
(
self
):
self
.
assertTrue
(
true
)
\ No newline at end of file
self
.
assertTrue
(
True
)
\ 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