Skip to content

Commit

Permalink
Added return True at the end of test
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Jun 20, 2022
1 parent 45d173e commit d1d86cd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ enabled: True
python: |
def listDisplay():
l = [1, 2, 3]
return True
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
enabled: True
python: |
def floatLiteral():
2.4
2.4
return True
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
enabled: True
python: |
def intLiteral():
2
2
return True
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
enabled: True
python: |
def stringLiteral():
"asf"
"asf"
return True
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
enabled: True
enabled: False
python: |
def unaryInvert():
a = 2
Expand Down

0 comments on commit d1d86cd

Please sign in to comment.