Change links from bitbucket to GitHub

This commit is contained in:
Bruno Oliveira
2015-06-15 18:28:31 -03:00
parent 42e7456780
commit b40f760cc3
7 changed files with 22 additions and 13 deletions

View File

@@ -63,7 +63,7 @@ class TestSetattrWithImportPath:
lambda: monkeypatch.setattr("os.path.qweqwe", None))
def test_unknown_attr_non_raising(self, monkeypatch):
# https://bitbucket.org/pytest-dev/pytest/issue/746/
# https://github.com/pytest-dev/pytest/issues/746
monkeypatch.setattr('os.path.qweqwe', 42, raising=False)
assert os.path.qweqwe == 42