Mercurial > crates > nonstick
comparison testharness/src/bin/testharness.rs @ 184:42f747774d94
Really get documentation stuff squared away.
Expand READMEs and polish off module documentation.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Thu, 31 Jul 2025 14:36:50 -0400 |
parents | a8c814843ccb |
children |
comparison
equal
deleted
inserted
replaced
183:4f46681b3f54 | 184:42f747774d94 |
---|---|
1 //! The actual program which runs the tests. | 1 //! Test program to interact with PAM and `../lib.rs` to ensure that nonstick |
2 //! does everything right. | |
2 | 3 |
3 use nonstick::conv::Exchange; | 4 use nonstick::conv::Exchange; |
4 use nonstick::items::Items; | 5 use nonstick::items::Items; |
5 use nonstick::libpam::TransactionBuilder; | 6 use nonstick::libpam::TransactionBuilder; |
6 use nonstick::EnvironMap; | 7 use nonstick::EnvironMap; |