aboutsummaryrefslogtreecommitdiff
path: root/src/test.rs
AgeCommit message (Collapse)Author
2022-01-13feat: Add some useful output in logv4.0.0-alpha.2KunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-11-11fmt(core): Address cargo fmtv4.0.0-alpha.1KunoiSayami
* feat(core): Address cargo clippy * feat(test): Support change PAM provide from environments Signed-off-by: KunoiSayami <[email protected]>
2021-11-10feat(core): Support use PAM to provide verificationKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-07-22feat(test): Add compile time wait commit time optionKunoiSayami
2021-07-13feat(test): Add query_is_all_protected() method for testv3.0.1KunoiSayami
* feat(build): Add optimize option for build release
2021-07-13feat(core): Rewritten configure file parserv3.0.0KunoiSayami
* feat(core): Support full protect mode * feat(test): Reduced sleeping time and support new parser * feat(crate): Bump version
2021-07-12fix(test): Fix cargo test fail if process is too fast may panicKunoiSayami
2021-05-17refactor(core): Rebuilt the subcommand structurev2.0.0KunoiSayami
* refactor(test): Rename mod from core_test to core
2021-05-15feat(core): Add remaining repository protect configure methodv0.4.2KunoiSayami
* refactor(test): Move test out from core file