Browse Source

[MNT] rename test to tests folder

tags/v0.3.2
bxdd 2 years ago
parent
commit
c7c57e5823
4 changed files with 1 additions and 1 deletions
  1. +1
    -1
      learnware/client/learnware_client.py
  2. +0
    -0
      learnware/tests/__init__.py
  3. +0
    -0
      learnware/tests/data.py
  4. +0
    -0
      learnware/tests/module.py

+ 1
- 1
learnware/client/learnware_client.py View File

@@ -18,7 +18,7 @@ from ..market import BaseChecker, EasySemanticChecker, EasyStatChecker
from ..logger import get_module_logger
from ..specification import Specification
from ..learnware import get_learnware_from_dirpath
from ..test import get_semantic_specification
from ..tests import get_semantic_specification

CHUNK_SIZE = 1024 * 1024
logger = get_module_logger(module_name="LearnwareClient")


learnware/test/__init__.py → learnware/tests/__init__.py View File


learnware/test/data.py → learnware/tests/data.py View File


learnware/test/module.py → learnware/tests/module.py View File


Loading…
Cancel
Save