Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3789.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove a brittle architecture test that depended on a Towncrier fragment remaining after release.
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,3 @@ def test_removed_persistence_abstractions_stay_removed():
)
assert [path for path in removed_files if (PACKAGE_ROOT / path).exists()] == []
assert not any((PACKAGE_ROOT / "endpoints").rglob("*.py"))


def test_changelog_describes_service_owned_sessions():
changelog = (PROJECT_ROOT / "changelog.d/3788.changed.md").read_text(
encoding="utf-8"
)
assert "service-owned" in changelog
assert "caller-owned" not in changelog
Loading