Skip to content

Commit

Permalink
chore: Add crate docs to integration tests
Browse files Browse the repository at this point in the history
Fixes clippy lint
  • Loading branch information
alexpovel committed Jan 1, 2025
1 parent a077290 commit 852210f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//! Integration tests.
/// Tests for programming languages.
#[cfg(test)]
mod langs;
#[cfg(test)]
/// Property testing (where applicable and useful).
mod properties;

0 comments on commit 852210f

Please sign in to comment.