Skip to content

Commit

Permalink
pyTest: ignore testThreadEnv
Browse files Browse the repository at this point in the history
Test to check behavior of Travis errors with nosetests.
  • Loading branch information
Clement Champetier committed Feb 8, 2016
1 parent e7fd29a commit 626ebe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/tuttle/pyTest/compute/testThreadEnv.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
from pyTuttle import tuttle
from nose.tools import nottest


def setUp():
tuttle.core().preload(False)


@nottest
def testThreadEnv():
g = tuttle.Graph()
pngRead = g.createNode("tuttle.checkerboard", size=[50,50])
Expand Down

0 comments on commit 626ebe5

Please sign in to comment.