mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-22 08:03:07 +02:00
Revert "Exaustive search for travis bug"
This reverts commit 8ebaa6d41a
.
This experiment turned out to be a harder issue, so let's keep it off
the master branch.
This commit is contained in:
parent
8ebaa6d41a
commit
8eb10da06d
2 changed files with 1 additions and 5 deletions
|
@ -53,7 +53,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- cd ~/.vim/bundle/taskwiki
|
- cd ~/.vim/bundle/taskwiki
|
||||||
script:
|
script:
|
||||||
- py.test -x -vv --cov .
|
- py.test -vv --cov .
|
||||||
- "mv ~/taskwiki-coverage/.coverage.* . || :"
|
- "mv ~/taskwiki-coverage/.coverage.* . || :"
|
||||||
- "coverage combine || :"
|
- "coverage combine || :"
|
||||||
- "coverage report || :"
|
- "coverage report || :"
|
||||||
|
|
|
@ -159,10 +159,6 @@ class IntegrationTest(object):
|
||||||
tw_class = self.py(
|
tw_class = self.py(
|
||||||
'print(cache.warriors["default"].__class__.__name__)', direct=True)
|
'print(cache.warriors["default"].__class__.__name__)', direct=True)
|
||||||
|
|
||||||
print(self.py('print(dir(errors))', direct=True))
|
|
||||||
print(self.py('print(dir(cache))', direct=True))
|
|
||||||
print(self.py('import taskwiki; print(dir(taskwiki))', direct=True))
|
|
||||||
|
|
||||||
if not soft:
|
if not soft:
|
||||||
assert tw_class == 'TaskWarrior', "not {}".format(tw_class)
|
assert tw_class == 'TaskWarrior', "not {}".format(tw_class)
|
||||||
assert cache_class == 'TaskCache', "not {}".format(cache_class)
|
assert cache_class == 'TaskCache', "not {}".format(cache_class)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue