From 82f3cab1ac02f482dc3de3a41099e1ec0a0819a7 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 26 Oct 2015 21:10:21 +0100 Subject: Improved postgres docs and added untestable tests. --- tests/testament/categories.nim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 526ca4d45..762c92792 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -394,6 +394,9 @@ proc processCategory(r: var TResults, cat: Category, options: string, fileGlob: testNimblePackages(r, cat, pfExtraOnly) of "nimble-all": testNimblePackages(r, cat, pfAll) + of "untestable": + # We can't test it because it depends on a third party. + discard # TODO: Move untestable tests to someplace else, i.e. nimble repo. else: for name in os.walkFiles("tests" & DirSep &.? cat.string / fileGlob): testSpec r, makeTest(name, options, cat) -- cgit 1.4.1-2-gfad0