Skip to content

Commit

Permalink
revert: Revert non-working integration test (#3) (#5)
Browse files Browse the repository at this point in the history
This reverts commit c7cbd6b.
  • Loading branch information
g3n35i5 authored Jan 17, 2025
1 parent c7cbd6b commit ede58db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def dummy_projects_dir_fixture(tmp_path: Path) -> Generator[Path, None, None]:
for version in versions:
path = tmp_path / project_name / version
path.mkdir(parents=True)
(path / "index.html").write_text(f"This is {version} of {project_name}")

# Create dummy hidden directory to make sure listing ignores this
(tmp_path / ".dummy_hidden").mkdir()
Expand Down
17 changes: 0 additions & 17 deletions tests/integration/test_serve_projects.py

This file was deleted.

0 comments on commit ede58db

Please sign in to comment.