Skip to content

Commit

Permalink
removing base_module] fbcode/kernel/kernel_patches_daemon/oss/tests/T…
Browse files Browse the repository at this point in the history
…ARGETS

Reviewed By: azad-meta

Differential Revision: D63689692

fbshipit-source-id: 799d1f7228f85ff1c4488b486507329f54197e24
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Oct 7, 2024
1 parent 1bd0769 commit aa0f93f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions tests/test_branch_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@

from freezegun import freeze_time
from git.exc import GitCommandError

from kernel.kernel_patches_daemon.oss.tests.common.patchwork_mock import (
DEFAULT_TEST_RESPONSES,
get_default_pw_client,
init_pw_responses,
)
from kernel_patches_daemon.branch_worker import (
_is_branch_changed,
_series_already_applied,
Expand All @@ -45,12 +51,6 @@
from kernel_patches_daemon.status import Status
from munch import Munch, munchify

from tests.common.patchwork_mock import (
DEFAULT_TEST_RESPONSES,
get_default_pw_client,
init_pw_responses,
)

from . import read_fixture


Expand Down
10 changes: 5 additions & 5 deletions tests/test_patchwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@
from aioresponses import aioresponses

from freezegun import freeze_time
from kernel_patches_daemon.patchwork import parse_tags, RELEVANT_STATES, Subject, TTL
from kernel_patches_daemon.status import Status
from multidict import MultiDict
from pyre_extensions import none_throws

from tests.common.patchwork_mock import (
from kernel.kernel_patches_daemon.oss.tests.common.patchwork_mock import (
DEFAULT_CHECK_CTX,
DEFAULT_CHECK_CTX_QUERY,
DEFAULT_FREEZE_DATE,
Expand All @@ -32,6 +28,10 @@
get_dict_key,
init_pw_responses,
)
from kernel_patches_daemon.patchwork import parse_tags, RELEVANT_STATES, Subject, TTL
from kernel_patches_daemon.status import Status
from multidict import MultiDict
from pyre_extensions import none_throws


class PatchworkTestCase(unittest.IsolatedAsyncioTestCase):
Expand Down

0 comments on commit aa0f93f

Please sign in to comment.