Skip to content

Commit

Permalink
rename tests ..Test -> ..IT
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Feb 15, 2024
1 parent 28146bd commit 5f9a227
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_infer_name_from_identifier(self):


@pytest.mark.uses_io_java_expansion_service
class ExternalTransformProviderTest(unittest.TestCase):
class ExternalTransformProviderIT(unittest.TestCase):
def test_generate_sequence_config_schema_and_description(self):
provider = ExternalTransformProvider(
BeamJarExpansionService(":sdks:java:io:expansion-service:shadowJar"))
Expand Down Expand Up @@ -141,7 +141,7 @@ def test_run_generate_sequence(self):


@pytest.mark.xlang_wrapper_generation
class AutoGenerationScriptTest(unittest.TestCase):
class AutoGenerationScriptIT(unittest.TestCase):
"""
This class tests the generation and regeneration operations in
`gen_xlang_wrappers.py`.
Expand Down

0 comments on commit 5f9a227

Please sign in to comment.