tests' config file should be config.nims

which is created by `nimble init`.
This commit is contained in:
Xie Yanbo 2019-11-10 11:37:11 +08:00 committed by Dominik Picheta
commit 16ba5db44e

View file

@ -505,7 +505,7 @@ For a package named "foobar", the recommended project structure is the following
└── src
└── foobar.nim # Imported via `import foobar`
└── tests # Contains the tests
├── nim.cfg
├── config.nims
├── tfoo1.nim # First test
└── tfoo2.nim # Second test