changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > demo / fig/src/tests.rs

changeset 3: 8f59e2f1b8c4
parent: cfg/src/tests.rs@e4f8df713d55
author: ellis <ellis@rwest.io>
date: Fri, 05 May 2023 22:41:30 -0400
permissions: -rw-r--r--
description: stuff
1 //! cfg/src/tests --- unit tests
2 use crate::*;
3 #[test]
4 fn test_hello() {
5  println!("looks good chief");
6 }