Processing module test70 (test_input/test70.py)...
test_input/test70.py:31: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(x, 'test')
test_input/test70.py:32: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(5, 'test')
test_input/test70.py:31: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(x, 'test')
test_input/test70.py:32: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(5, 'test')

Warnings...

test_input/test70.py:31: Using a conditional statement with a constant value ((x, test))
test_input/test70.py:32: Using a conditional statement with a constant value ((5, test))
test_input/test70.py:33: Using a conditional statement with a constant value (5)
