Skip to content

♻️ refactor(mq-lang): split module_tests.mq into per-module test files#1991

Merged
harehare merged 1 commit into
mainfrom
refactor/split-module-tests
Jul 11, 2026
Merged

♻️ refactor(mq-lang): split module_tests.mq into per-module test files#1991
harehare merged 1 commit into
mainfrom
refactor/split-module-tests

Conversation

@harehare

Copy link
Copy Markdown
Owner

Summary

Split the combined module_tests.mq into module_test.mq files (csv, json, toml, yaml, xml, toon, fuzzy, section, table, semver, md) so each module's tests live independently. Update justfile's test-mq recipe to glob crates/mq-lang/modules/*_test.mq so all module test files run.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • 📝 Documentation
  • ⚡ Performance
  • ✅ Test
  • 📦 Build / dependencies
  • 👷 CI

Checklist

  • I ran cargo fmt and cargo clippy and addressed any warnings
  • I ran just test-all and all tests pass
  • I added or updated tests covering this change
  • I updated relevant documentation (/docs, crate README.md) if needed
  • I added a changelog entry if this is a user-facing change

Additional Context

Split the combined module_tests.mq into module_test.mq files (csv, json,
toml, yaml, xml, toon, fuzzy, section, table, semver, md) so each module's
tests live independently. Update justfile's test-mq recipe to glob
crates/mq-lang/modules/*_test.mq so all module test files run.
@codspeed-hq

codspeed-hq Bot commented Jul 11, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 31 untouched benchmarks


Comparing refactor/split-module-tests (af27bb7) with main (bbce7d1)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (7cd14de) during the generation of this report, so bbce7d1 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@harehare
harehare merged commit 7cb47db into main Jul 11, 2026
11 checks passed
@harehare
harehare deleted the refactor/split-module-tests branch July 11, 2026 04:38
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.

1 participant