Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
0cc37070
Commit
0cc37070
authored
Apr 19, 2018
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
subscription/tests: remove silly print
parent
bf57329b
Pipeline
#1477
passed with stage
in 13 minutes and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
subscription/tests.py
subscription/tests.py
+0
-1
No files found.
subscription/tests.py
View file @
0cc37070
...
...
@@ -180,6 +180,5 @@ class SubscriptionIntegrationTest(TestCase):
date_mock_today
(
2015
,
11
,
5
)
d
=
Subscription
.
compute_end
(
duration
=
settings
.
SITH_SUBSCRIPTIONS
[
'deux-semestres'
][
'duration'
],
user
=
user
)
print
(
d
)
self
.
assertTrue
(
d
==
date
(
2016
,
11
,
5
))
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