Funktionierender Prototyp des Serious Games zur Vermittlung von Wissen zu Software-Engineering-Arbeitsmodellen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

scripttest.py 459B

123456789101112131415
  1. #!/usr/bin/env python
  2. # -*- test-case-name: twisted.trial.test.test_log,twisted.trial.test.test_runner -*-
  3. # Copyright (c) Twisted Matrix Laboratories.
  4. # See LICENSE for details.
  5. # fodder for test_script, which parses files for emacs local variable
  6. # declarations. This one is supposed to have:
  7. # test-case-name: twisted.trial.test.test_log,twisted.trial.test.test_runner
  8. # in the second line
  9. # The class declaration is irrelevant
  10. class Foo:
  11. pass