scripttest.py 466 B

1234567891011121314
  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(object):
  11. pass