* Split the `test` nimble task into `unittest` and `functest`, with corresponding test directories and test runners. * Added documentation in README regarding building and testing StrawBoss. * Created a small, simple test project for use in the functional tests. * Added a `keepEnv` template in the server unit test code to make it easy to preserve the working environment for a single unit test to invistigate failures manually.
4 lines
49 B
Nim
4 lines
49 B
Nim
import unittest
|
|
|
|
import ./functional/tserver.nim
|