Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ale
ngv
Commits
b2443a39
Commit
b2443a39
authored
Aug 01, 2008
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check Archive.is_local()
parent
1b0971ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ngv_frontend/ngv_frontend/tests/test_models.py
ngv_frontend/ngv_frontend/tests/test_models.py
+1
-0
No files found.
ngv_frontend/ngv_frontend/tests/test_models.py
View file @
b2443a39
...
...
@@ -7,6 +7,7 @@ class TestModels(TestController):
def
test_local_archive
(
self
):
arc
=
model
.
Archive
.
local
()
self
.
assert_
(
arc
)
self
.
assert_
(
arc
.
is_local
())
def
test_author
(
self
):
a
=
model
.
Author
(
name
=
u
'TEST USER'
,
...
...
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