Add test package

This commit is contained in:
2017-10-12 07:41:35 +02:00
parent fdf902c755
commit e316631f6e
5 changed files with 146 additions and 99 deletions

View File

@@ -44,6 +44,7 @@ After finishing the new socket implementation will land in the `net` package and
`network` will be deprecated.
* `os`: Platform-independent interfaces to operating system functionality.
* `range`: Generic functions and templates for D ranges.
* `test`: Test suite for unittest-blocks.
* `typecons`: Templates that allow to build new types based on the available
ones.