Skip to content

Conversation

@zharinov
Copy link
Member

@zharinov zharinov commented Jan 6, 2026

Summary

  • Move inline #[cfg(test)] mod tests blocks to dedicated *_tests.rs files
  • Add #[cfg(test)] mod foo_tests; declarations in parent modules
  • Applies to plotnik-core, plotnik-langs, and plotnik-lib crates

Why

Aligns test organization with project convention: foo.rsfoo_tests.rs

@zharinov zharinov changed the title refactor: extract inline tests to dedicated *_tests.rs files refactor: Extract inline tests to dedicated *_tests.rs files Jan 6, 2026
@zharinov zharinov enabled auto-merge (squash) January 6, 2026 16:48
@zharinov zharinov merged commit 7c038a0 into master Jan 6, 2026
4 checks passed
@zharinov zharinov deleted the refactor/extract-tests branch January 6, 2026 16:49
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