From 4ed0fe26c10a3c5ebe2500463ac6856ea1864163 Mon Sep 17 00:00:00 2001 From: jmgomez Date: Sat, 17 Feb 2024 20:11:41 +0000 Subject: [PATCH] re-enable tests --- tests/tester.nim | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/tests/tester.nim b/tests/tester.nim index 5f919ed4..69cbde84 100644 --- a/tests/tester.nim +++ b/tests/tester.nim @@ -1,33 +1,33 @@ # Copyright (C) Dominik Picheta. All rights reserved. # BSD License. Look at license.txt for more info. -# import testscommon +import testscommon # suits imports -# import tinitcommand -# import tcheckcommand -# import tcleancommand -# import tdevelopfeature -# import tissues -# import tlocaldeps -# import tlockfile -# import tmisctests -# import tmoduletests -# import tmultipkgs -# import tnimbledump -# import tnimblerefresh -# import tnimbletasks -# import tnimscript -# import tshellenv -# import tpathcommand -# import treversedeps -# import truncommand +import tinitcommand +import tcheckcommand +import tcleancommand +import tdevelopfeature +import tissues +import tlocaldeps +import tlockfile +import tmisctests +import tmoduletests +import tmultipkgs +import tnimbledump +import tnimblerefresh +import tnimbletasks +import tnimscript +import tshellenv +import tpathcommand +import treversedeps +import truncommand import tsetupcommand -# import ttestcommand -# import ttwobinaryversions -# import tuninstall -# import ttaskdeps +import ttestcommand +import ttwobinaryversions +import tuninstall +import ttaskdeps # nonim tests are very slow and (often) break the CI.