Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
4f3bb048
authored
Jun 13, 2014
by
Guba Sándor
Committed by
Őry Máté
Jun 13, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
storage: removed download percentage from storage (moved to activity)
parent
190d8f52
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
circle/storage/tests/test_models.py
+0
-5
No files found.
circle/storage/tests/test_models.py
View file @
4f3bb048
...
...
@@ -99,11 +99,6 @@ class DiskTestCase(TestCase):
with
self
.
assertRaises
(
MockException
):
Disk
.
save_as
(
d
)
def
test_download_percentage_no_download
(
self
):
d
=
MagicMock
(
spec
=
Disk
)
d
.
is_downloading
=
Mock
(
return_value
=
False
)
assert
Disk
.
get_download_percentage
(
d
)
is
None
def
test_undeployed_disk_ready
(
self
):
d
=
self
.
_disk
()
assert
not
d
.
is_ready
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