Skip to content

Commit 2d980b5

Browse files
committed
Testing
1 parent b7b528c commit 2d980b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pulp_python/tests/functional/api/test_full_mirror.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def test_pull_through_simple(python_remote_factory, python_distribution_factory,
4242
"""Tests that the simple page is properly modified when requesting a pull-through."""
4343
remote = python_remote_factory(url=PYPI_URL)
4444
distro = python_distribution_factory(remote=remote.pulp_href)
45+
print(distro.base_url)
46+
assert False
4547

4648
url = f"{distro.base_url}simple/shelf-reader/"
4749
project_page = ProjectPage.from_response(requests.get(url), "shelf-reader")
@@ -62,6 +64,8 @@ def test_pull_through_with_repo(
6264
remote = python_remote_factory()
6365
repo = python_repo_with_sync(remote)
6466
distro = python_distribution_factory(repository=repo.pulp_href, remote=remote.pulp_href)
67+
print(distro.base_url)
68+
assert False
6569

6670
url = urljoin(distro.base_url, "simple/shelf-reader/")
6771
project_page = ProjectPage.from_response(requests.get(url), "shelf-reader")

0 commit comments

Comments
 (0)