Skip to content

Commit

Permalink
Move unit tests out of texar folder (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpengzhi authored Feb 26, 2020
1 parent ab9683f commit b29cc54
Show file tree
Hide file tree
Showing 76 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ coverage:
threshold: 1%

patch: false

ignore:
- "tests/"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import texar.torch as tx
from texar.torch.run import condition as cond
from texar.torch.run.executor_test import DummyClassifier, DummyData
from tests.run.executor_test import DummyClassifier, DummyData


class ConditionTest(unittest.TestCase):
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b29cc54

Please sign in to comment.