Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
a9185c80
Commit
a9185c80
authored
May 18, 2020
by
Flavio TARSETTI
Browse files
[accounts][tests] Adding tests for TemporaryUrl
parent
4ffd465f
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
beat/web/accounts/models.py
View file @
a9185c80
...
...
@@ -168,6 +168,7 @@ def generate_url_hash():
)
return
url_hash
class
TemporaryUrlManager
(
models
.
Manager
):
def
create_temporary_url
(
self
,
status
,
supervision_track
):
# Actions that result creating the object
...
...
beat/web/accounts/tests.py
View file @
a9185c80
This diff is collapsed.
Click to expand it.
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