Pikzie (Python)
  import pikzie
  
  def test_add():
      assert_equal(5, 2 + 3)
  % python test_add.py