Regularize test names.

This commit is contained in:
rocky 2015-12-21 12:34:19 -05:00
parent 1456f820f2
commit d75083c9db
63 changed files with 10 additions and 4 deletions

View File

@ -1 +0,0 @@
a = b and c

View File

@ -1 +0,0 @@
a = b and c or d

View File

@ -1 +0,0 @@
a = (b or c) and d

View File

@ -1 +0,0 @@
a = b or c or d

View File

@ -0,0 +1,4 @@
try:
x = 1
except:
pass

View File

@ -0,0 +1 @@
a = b or c

View File

@ -0,0 +1 @@
a = ~b

View File

@ -0,0 +1 @@
a = iter(b)

View File

@ -0,0 +1 @@
a = -b

View File

@ -0,0 +1 @@
a = not b

View File

@ -0,0 +1 @@
a = +b