Skip to content

Commit

Permalink
re-enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Feb 17, 2024
1 parent 0976914 commit 4ed0fe2
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions tests/tester.nim
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 4ed0fe2

Please sign in to comment.