Skip to content

Move mock contracts and test helpers into cadence/tests#275

Closed
holyfuchs wants to merge 3 commits intomainfrom
holyfuchs/move-tests
Closed

Move mock contracts and test helpers into cadence/tests#275
holyfuchs wants to merge 3 commits intomainfrom
holyfuchs/move-tests

Conversation

@holyfuchs
Copy link
Copy Markdown
Member

Closes: #270

Mock contracts, scripts and transactions used only by tests were scattered across cadence/contracts/mocks/, cadence/scripts/mocks/, and cadence/transactions/ alongside production code.
This PR consolidates them all under cadence/tests/ — co-locating test-only files with the test suite that uses them.
All internal path references in test files are updated accordingly.

@holyfuchs holyfuchs requested a review from jribbink April 14, 2026 22:14
@holyfuchs holyfuchs requested a review from a team as a code owner April 14, 2026 22:14
@holyfuchs holyfuchs force-pushed the holyfuchs/move-tests branch 2 times, most recently from 9a79308 to 802f044 Compare April 14, 2026 22:57
@holyfuchs holyfuchs force-pushed the holyfuchs/move-tests branch from 802f044 to fbe8fd5 Compare April 14, 2026 22:59
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@holyfuchs holyfuchs closed this Apr 16, 2026
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.

Move all test files into ./cadence/tests

1 participant