updated tests to be executed

This commit is contained in:
Arne Döring
2018-11-14 23:14:16 +01:00
committed by Araq
parent 8ea72bdcea
commit e012eb1001
57 changed files with 341 additions and 90 deletions

View File

@@ -1,5 +1,14 @@
import unittest
import hashes
discard """
output: '''
[Suite] hashes
[Suite] hashing
'''
"""
import unittest, hashes
suite "hashes":
suite "hashing":

View File

@@ -1,3 +1,6 @@
discard """
output: "[Suite] httpcore"
"""
import unittest

View File

@@ -1,5 +1,11 @@
discard """
output: '''
{"data":[1]}
'''
"""
# Test case for https://github.com/nim-lang/Nim/issues/6385
import mjsonexternproc
# import json
foo(1)
foo(1)

View File

@@ -1,3 +1,7 @@
discard """
disabled: true
"""
## JSON tests based on https://github.com/nst/JSONTestSuite
import unittest,