Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-mpegdash
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-mpegdash
Commits
bc34a4e5
Commit
bc34a4e5
authored
8 years ago
by
Ondřej Kobližek
Committed by
Ondřej Kobližek
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Prevent internet access in test
parent
1c4931dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_xmltompd.py
+1
-0
1 addition, 0 deletions
tests/test_xmltompd.py
with
1 addition
and
0 deletions
tests/test_xmltompd.py
+
1
−
0
View file @
bc34a4e5
...
...
@@ -32,6 +32,7 @@ class XML2MPDTestCase(unittest.TestCase):
self
.
assert_mpd
(
MPEGDASHParser
.
parse
(
'
./tests/mpd-samples/oops-20120802-manifest.mpd
'
))
self
.
assert_mpd
(
MPEGDASHParser
.
parse
(
'
./tests/mpd-samples/360p_speciment_dash.mpd
'
))
@unittest.skip
(
"
Prevent internet access
"
)
def
test_xml2mpd_from_url
(
self
):
mpd_url
=
'
http://yt-dash-mse-test.commondatastorage.googleapis.com/media/motion-20120802-manifest.mpd
'
self
.
assert_mpd
(
MPEGDASHParser
.
parse
(
mpd_url
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment