Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 3003cc8

Browse files
nitesh585pdxjohnny
authored andcommitted
operations: Consolidate test case classes
1 parent c2f7973 commit 3003cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operations/nlp/tests/test_nlp_op_integration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
from dffml.cli.cli import CLI
1010
from dffml.util.os import chdir
11-
from dffml.util.asynctestcase import IntegrationCLITestCase
11+
from dffml.util.asynctestcase import AsyncTestCase
1212

1313
ROOT = pathlib.Path(__file__).resolve().parents[3]
1414

@@ -33,7 +33,7 @@ def directory_with_csv_files():
3333
yield tempdir
3434

3535

36-
class TestNLPOps(IntegrationCLITestCase):
36+
class TestNLPOps(AsyncTestCase):
3737
async def test_run(self):
3838
self.required_plugins("dffml-operations-nlp", "dffml-model-tensorflow")
3939

0 commit comments

Comments
 (0)