tests: Add tests for things that are not already tested.

The aim here is to improve coverage of the code.
This commit is contained in:
Damien George
2015-03-12 22:47:44 +00:00
parent 848dd0e762
commit af43565322
14 changed files with 185 additions and 0 deletions

View File

@@ -22,3 +22,6 @@ try:
print(','.join([b'abc', b'123']))
except TypeError:
print("TypeError")
# joined by the compiler
print("a" "b")