update project structure

This commit is contained in:
sunface
2022-02-28 21:32:54 +08:00
parent 95dee9dac7
commit b8009cfe83
90 changed files with 26 additions and 30 deletions

1
src/tests/assertions.md Normal file
View File

@@ -0,0 +1 @@
# Assertions

3
src/tests/benchmark.md Normal file
View File

@@ -0,0 +1,3 @@
# Benchmark
https://doc.rust-lang.org/unstable-book/library-features/test.html

1
src/tests/intro.md Normal file
View File

@@ -0,0 +1 @@
# Tests

View File

@@ -0,0 +1 @@
# Unit and Integration

1
src/tests/write-tests.md Normal file
View File

@@ -0,0 +1 @@
# Write Tests