/functional_tests/doc_tests/test_init_plugin/init_plugin.rst.py3.patch

https://bitbucket.org/jpellerin/nose/ · Patch · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · ef91161e757435490fdbef4fa1223bc4 MD5 · raw file

  1. --- init_plugin.rst.orig 2010-08-31 10:36:54.000000000 -0700
  2. +++ init_plugin.rst 2010-08-31 10:37:30.000000000 -0700
  3. @@ -143,6 +143,7 @@
  4. ... can_frobnicate = 1
  5. ... likes_cheese = 0
  6. ... """)
  7. + 46
  8. Now we can execute a test run using that configuration, after first
  9. resetting the widget system to an unconfigured state.