Files
ironclaw/tests
firat.sertgoz 1b99d0c325 test(e2e): fix Slack fixture boot path (#2638)
* test(e2e): fix Slack fixture boot path

Fixes #2623

* test(e2e): tighten slack fixture teardown

- Wrap tmpdirs and process lifecycle in an outer try/finally so reserved
  sockets always close, including when TemporaryDirectory construction
  fails before yield.
- Drop redundant `reset_fake_slack` calls at the start of tests now that
  the `active_slack` fixture already resets between tests. Keeps the
  intentional mid-test reset in the malformed-payload resilience case.

Review follow-ups on #2638. No behavior change for passing tests.

---------

Co-authored-by: Illia Polosukhin <ilblackdragon@gmail.com>
2026-04-18 18:39:09 +09:00
..