Do not install the 'testmodules' folder

This commit is contained in:
Mark Spanbroek 2023-08-28 17:03:31 +02:00 committed by markspanbroek
parent 476191f7dd
commit a27ce97f9e
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ author = "asynctest Authors"
description = "Test asynchronous code"
license = "MIT"
skipDirs = @["testmodules"]
task test, "Runs the test suite":
for module in ["stdlib", "chronos", "unittest2"]:
withDir "testmodules/" & module: