Skip to content

Commit

Permalink
Fix rebase/merge wargs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Apr 29, 2020
1 parent 8d2cc7a commit 101c914
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
3 changes: 0 additions & 3 deletions tests/unit/test_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ def setUpClass(cls):
def tearDownClass(cls):
del cls.clear_funcs

def tearDown(self):
del self.clear_funcs

def test_get_method(self):
assert getattr(self.clear_funcs, "_send_pub", None) is not None
assert self.clear_funcs.get_method("_send_pub") is None
Expand Down
16 changes: 9 additions & 7 deletions tests/unit/test_module_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ def test_module_name_source_match(self):
"unit.cache.test_cache",
"unit.serializers.test_serializers",
"unit.states.test_postgres",
"unit.utils.scheduler.test_run_job",
"unit.utils.scheduler.test_maxrunning",
"unit.utils.scheduler.test_eval",
"unit.utils.scheduler.test_helpers",
"unit.utils.scheduler.test_error",
"unit.utils.scheduler.test_postpone",
"unit.utils.scheduler.test_skip",
"unit.utils.scheduler.test_schedule",
"integration.cli.test_custom_module",
"integration.cli.test_grains",
"integration.client.test_kwarg",
Expand Down Expand Up @@ -163,13 +171,6 @@ def test_module_name_source_match(self):
"integration.reactor.test_reactor",
"integration.returners.test_noop_return",
"integration.runners.test_runner_returns",
"integration.scheduler.test_error",
"integration.scheduler.test_eval",
"integration.scheduler.test_postpone",
"integration.scheduler.test_skip",
"integration.scheduler.test_maxrunning",
"integration.scheduler.test_helpers",
"integration.scheduler.test_run_job",
"integration.setup.test_bdist",
"integration.setup.test_egg",
"integration.shell.test_spm",
Expand Down Expand Up @@ -203,6 +204,7 @@ def test_module_name_source_match(self):
"integration.ssh.test_raw",
"integration.ssh.test_saltcheck",
"integration.ssh.test_state",
"integration.ssh.test_pre_flight",
"integration.states.test_compiler",
"integration.states.test_handle_error",
"integration.states.test_handle_iorder",
Expand Down

0 comments on commit 101c914

Please sign in to comment.