Skip to content

claude: remove old notebooks and examples directories#4769

Merged
Liam-DeVoe merged 2 commits into
HypothesisWorks:masterfrom
Liam-DeVoe:remove-notebooks-directory
Jun 18, 2026
Merged

claude: remove old notebooks and examples directories#4769
Liam-DeVoe merged 2 commits into
HypothesisWorks:masterfrom
Liam-DeVoe:remove-notebooks-directory

Conversation

@Liam-DeVoe

@Liam-DeVoe Liam-DeVoe commented Jun 18, 2026

Copy link
Copy Markdown
Member
Claude-written description

Removes two stale directories:

  • notebooks/ — contained a single old file (Designing a better simplifier.ipynb) that is no longer relevant. Nothing referenced it.
  • hypothesis/examples/ — demo example tests plus the example_hypothesis_entrypoint package. This was wired to a [testenv:examples3] tox env and a check_examples3 tooling task, but check_examples3 was never in the CI task matrix (.github/workflows/main.yml) — it was orphaned and only manually runnable. Removed the directory along with the now-dangling examples3 tox env and check_examples3 task.

Note: deleting hypothesis/examples/ removes the only test that exercised Hypothesis's "hypothesis" setuptools entry-point loading path (src/hypothesis/entry_points.py, whose loop is already # pragma: no cover). The feature remains documented and supported; since the test was not running in CI, this does not regress CI coverage, but the entry-point mechanism now has no test guarding a future refactor. No replacement test was added per the change scope.

@Liam-DeVoe Liam-DeVoe changed the title claude: remove old notebooks directory claude: remove old notebooks and examples directories Jun 18, 2026
@Liam-DeVoe Liam-DeVoe merged commit a6fffc3 into HypothesisWorks:master Jun 18, 2026
77 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants