Skip to content

Commit 9efb3dd

Browse files
committed
[PortsPy] Adapts excluded json-rfc tests to new naming scheme
1 parent 5f18b6a commit 9efb3dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports-py/json-rfc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ def file_contents(env,file_name):
3131

3232
suite.run(exclude=(
3333
# Python json accespts Infinity and NaN, although they are not allowed.
34-
"test_n_number_infinity.json",
35-
"test_n_number_NaN.json",
36-
"test_n_number_minus_infinity.json"))
34+
"test_n_number_infinity",
35+
"test_n_number_NaN",
36+
"test_n_number_minus_infinity"))

0 commit comments

Comments
 (0)