Skip to content

Commit

Permalink
- F moved mrjob -> integrations\mrjob
Browse files Browse the repository at this point in the history
Co-Authored-By: Matt Anderson <[email protected]>
Co-Authored-By: Joss Hufnagel <[email protected]>
Co-Authored-By: Susan Fung <[email protected]>
  • Loading branch information
4 people committed Jul 7, 2024
1 parent bf18863 commit 94f94ec
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 1 addition & 5 deletions tests/mrjob/test_mrjob.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
from itertools import product

from mrjob.job import MRJob

from approvaltests import verify
from approvaltests.mrjob.mrjob_approvals import (
from approvaltests.integrations.mrjob.mrjob_approvals import (
verify_map_reduce,
verify_templated_map_reduce,
print_map_reduce_job,
verify_templated_map_reduce_with_customized_job,
verify_templated_map_reduce_with_customized_job_with_dictionary_args,
)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
combination_approvals,
)
from approvaltests.core.options import Options
from approvaltests.mrjob import mrjob_approvals
from approvaltests.integrations.mrjob import mrjob_approvals
from approvaltests.reporters import ReportByCreatingDiffFile, MultiReporter
from approvaltests.reporters.report_with_beyond_compare import ReportWithPycharm
from approvaltests.utilities import command_line_approvals
Expand Down

0 comments on commit 94f94ec

Please sign in to comment.