Skip to content

Commit

Permalink
update the source links
Browse files Browse the repository at this point in the history
  • Loading branch information
malloxpb committed Jul 9, 2018
1 parent e7d41d7 commit 5fef179
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/test_canonicalize.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

# https://github.com/scrapy/w3lib/blob/master/tests/test_url.py
# https://github.com/scrapy/w3lib/blob/c1a030582ec30423c40215fcd159bc951c851ed7/tests/test_url.py#L371
import unittest
import warnings
import pytest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_urlparse_py2.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/python/cpython/blob/2.7/Lib/test/test_urlparse.py
# https://github.com/python/cpython/blob/789f95ac9784036741fb04257bdc52e96e80685a/Lib/test/test_urlparse.py

from test import test_support
import unittest
Expand Down
2 changes: 1 addition & 1 deletion tests/test_urlparse_py3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/python/cpython/blob/master/Lib/test/test_urlparse.py
# https://github.com/python/cpython/blob/9863de0355caf23c44b708a5d68b603e135f7ae9/Lib/test/test_urlparse.py

import unittest
import scurl
Expand Down
2 changes: 1 addition & 1 deletion tests/test_urlparse_py34.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# https://github.com/python/cpython/blob/3.4/Lib/test/test_urlparse.py
# https://github.com/python/cpython/blob/77c02cdce2d7b8360771be35b7676a4977e070c1/Lib/test/test_urlparse.py

import unittest
import scurl
Expand Down

0 comments on commit 5fef179

Please sign in to comment.