changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / cfg/src/tests.rs

changeset 1: e4f8df713d55
author: ellis <ellis@rwest.io>
date: Sun, 30 Apr 2023 22:24:18 -0400
permissions: -rw-r--r--
description: scaffolding from lives past
1 //! cfg/src/tests --- unit tests
2 use crate::*;
3 #[test]
4 fn test_hello() {
5  println!("looks good chief");
6 }