|
|
@@ -25,10 +25,10 @@ import random |
|
|
import shutil |
|
|
import shutil |
|
|
import tempfile |
|
|
import tempfile |
|
|
|
|
|
|
|
|
from mindinsight.datavisual.data_transform.summary_watcher import SummaryWatcher |
|
|
|
|
|
|
|
|
|
|
|
import pytest |
|
|
import pytest |
|
|
|
|
|
|
|
|
|
|
|
from mindinsight.datavisual.data_transform.summary_watcher import SummaryWatcher |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def gen_directories_and_files(summary_base_dir, file_count, directory_count): |
|
|
def gen_directories_and_files(summary_base_dir, file_count, directory_count): |
|
|
"""Generate directories and files for test.""" |
|
|
"""Generate directories and files for test.""" |
|
|
|