We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5f0ea commit b862de2Copy full SHA for b862de2
tensorflow_data_validation/statistics/generators/natural_language_stats_generator_test.py
@@ -18,12 +18,12 @@
18
19
from __future__ import print_function
20
21
+from absl.testing import absltest
22
import pyarrow as pa
23
from tensorflow_data_validation.statistics.generators import natural_language_stats_generator as nlsg
24
from tensorflow_data_validation.utils import test_util
25
from typing import Text
26
-import unittest
27
from tensorflow_metadata.proto.v0 import statistics_pb2
28
29
@@ -203,4 +203,4 @@ def test_nl_generator_avg_word_heuristic_non_match(self):
203
204
205
if __name__ == '__main__':
206
- unittest.main()
+ absltest.main()
0 commit comments