Skip to content

Commit

Permalink
fix/change: remove to follow changes in tests.api.multi_load
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed May 6, 2024
1 parent b15003e commit ecb4698
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 73 deletions.
18 changes: 1 addition & 17 deletions tests/api/load/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,12 @@
# Copyright (C) 2021 - 2024 Satoru SATOH <satoru.satoh gmail.com>
# SPDX-License-Identifier: MIT
#
# pylint: disable=missing-docstring,too-few-public-methods
# pylint: disable=missing-docstring
# pylint: disable=unused-import
"""Common module for tests.api.load."""
from __future__ import annotations

import anyconfig.api._load as TT

from ...common import ( # noqa: F401
get_test_ids, load_data_for_testfile
)
from ..single_load.constants import LOADER_TYPES # noqa: F401


class Basa:
@staticmethod
def target_fn(*args, **kwargs):
return TT.load(*args, **kwargs)


class MultiBase:
target: str = 'load/multi'


class SingleBase:
target: str = 'load/single'
Empty file.
12 changes: 0 additions & 12 deletions tests/api/load/test_basics.py

This file was deleted.

11 changes: 0 additions & 11 deletions tests/api/load/test_multi_types.py

This file was deleted.

11 changes: 0 additions & 11 deletions tests/api/load/test_query.py

This file was deleted.

11 changes: 0 additions & 11 deletions tests/api/load/test_schema.py

This file was deleted.

11 changes: 0 additions & 11 deletions tests/api/load/test_templates.py

This file was deleted.

0 comments on commit ecb4698

Please sign in to comment.