~mitya57/ubuntu/vivid/pygments/fix-autopkgtests

« back to all changes in this revision

Viewing changes to debian/patches/disable_example_files_test.patch

  • Committer: Dmitry Shachnev
  • Date: 2014-11-06 12:28:25 UTC
  • Revision ID: mitya57@ubuntu.com-20141106122825-ftwa6q77ictjzfdp
* Drop disable_example_files_test.patch, no longer needed.
* Enable verbose tests output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=== modified file 'tests/test_examplefiles.py'
2
 
--- a/tests/test_examplefiles.py        2012-03-11 18:22:42 +0000
3
 
+++ b/tests/test_examplefiles.py        2012-11-12 07:18:38 +0000
4
 
@@ -8,6 +8,7 @@
5
 
 """
6
 
 
7
 
 import os
8
 
+import nose
9
 
 import pprint
10
 
 import difflib
11
 
 import cPickle as pickle
12
 
@@ -19,6 +20,7 @@
13
 
 STORE_OUTPUT = False
14
 
 
15
 
 # generate methods
16
 
+@nose.SkipTest
17
 
 def test_example_files():
18
 
     testdir = os.path.dirname(__file__)
19
 
     outdir = os.path.join(testdir, 'examplefiles', 'output')
20