tests' config file should be config.nims
which is created by `nimble init`.
This commit is contained in:
parent
051cfa6cd3
commit
16ba5db44e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue