Esempio n. 1
0
  def test_can_return_true(self):
    app = App()
    result = app.return_true()

    self.assertTrue(result)