Skip to content

Commit

Permalink
update pytest name
Browse files Browse the repository at this point in the history
  • Loading branch information
jysheng123 committed Jul 15, 2024
1 parent 364c9c3 commit e7fb19b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/integration/buildcmd/test_build_cmd_arm64.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class TestBuildCommand_EsbuildFunctions_arm64(BuildIntegEsbuildBase):
def test_building_default_package_json(self, runtime, code_uri, expected_files, handler, use_container):
self._test_with_default_package_json(runtime, use_container, code_uri, expected_files, handler, ARM64)

@pytest.mark.node
@pytest.mark.nodejs
class TestBuildCommand_EsbuildFunctions_With_External_Manifest_arm64(BuildIntegEsbuildBase):
template = "template_with_metadata_esbuild.yaml"
MANIFEST_PATH = "Esbuild/npm_manifest/package.json"
Expand Down Expand Up @@ -143,7 +143,7 @@ def test_building_default_package_json(self, runtime, code_uri, expected_files,
def test_building_default_package_json_al2023(self, runtime, code_uri, expected_files, handler, use_container):
self._test_with_default_package_json(runtime, use_container, code_uri, expected_files, handler, ARM64)

@pytest.mark.node
@pytest.mark.nodejs
class TestBuildCommand_NodeFunctions_With_Specified_Architecture_arm64(BuildIntegNodeBase):
template = "template_with_architecture.yaml"

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/buildcmd/test_build_cmd_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# SAR tests require credentials. This is to skip running the test where credentials are not available.
SKIP_SAR_TESTS = RUNNING_ON_CI and RUNNING_TEST_FOR_MASTER_ON_CI and not RUN_BY_CANARY

@pytest.mark.node
@pytest.mark.nodejs
class TestBuildCommand_NodeFunctions_With_External_Manifest(BuildIntegNodeBase):
CODE_URI = "Node_without_manifest"
TEST_INVOKE = True
Expand Down

0 comments on commit e7fb19b

Please sign in to comment.