move tests to klondike

This commit is contained in:
2026-06-09 09:49:32 -07:00
parent 9cc223c160
commit 96e77df387
6 changed files with 13 additions and 12 deletions
+3
View File
@@ -2,6 +2,9 @@ pub type Rng = rand::rngs::StdRng;
use card_game::{Card, Game, Pile, Rank, Stack};
#[cfg(test)]
mod test;
// test readme
#[doc = include_str!("../README.md")]
#[cfg(doctest)]