Skip to content

Commit 70520aa

Browse files
ELID-404 & ELID-406 (#296)
* merged ELID 406 tests into story_tests Updated Error Scenario tests for ELID-404 * formatting added new make target that will format and lint in 1 command
1 parent b9ef4d4 commit 70520aa

File tree

11 files changed

+8
-84
lines changed

11 files changed

+8
-84
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ format: ## Format and fix code
2626
poetry run ruff format .
2727
poetry run ruff check . --fix-only
2828

29+
format_lint: format lint
30+
2931
#Files to loop over in release
3032
_dist_include="pytest.ini poetry.lock poetry.toml pyproject.toml Makefile build/. tests"
3133

tests/e2e/data/configs/inProgressTestConfigs/AUTO_RSV_ELI-406-01.json renamed to tests/e2e/data/configs/storyTestConfigs/AUTO_RSV_ELI-406-01.json

File renamed without changes.

tests/e2e/data/dynamoDB/inProgressTestData/AUTO_RSV_ELI-406_001.json renamed to tests/e2e/data/dynamoDB/storyTestData/AUTO_RSV_ELI-406_001.json

File renamed without changes.

tests/e2e/data/dynamoDB/inProgressTestData/AUTO_RSV_ELI-406_002.json renamed to tests/e2e/data/dynamoDB/storyTestData/AUTO_RSV_ELI-406_002.json

File renamed without changes.

tests/e2e/data/dynamoDB/inProgressTestData/AUTO_RSV_ELI-406_003.json renamed to tests/e2e/data/dynamoDB/storyTestData/AUTO_RSV_ELI-406_003.json

File renamed without changes.

tests/e2e/data/dynamoDB/vitaIntegrationTestData/AUTO_RSV_VITA_INT_008.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

tests/e2e/data/responses/inProgressTestResponses/AUTO_RSV_ELI-406_001.json renamed to tests/e2e/data/responses/storyTestResponses/AUTO_RSV_ELI-406_001.json

File renamed without changes.

tests/e2e/data/responses/inProgressTestResponses/AUTO_RSV_ELI-406_002.json renamed to tests/e2e/data/responses/storyTestResponses/AUTO_RSV_ELI-406_002.json

File renamed without changes.

tests/e2e/data/responses/inProgressTestResponses/AUTO_RSV_ELI-406_003.json renamed to tests/e2e/data/responses/storyTestResponses/AUTO_RSV_ELI-406_003.json

File renamed without changes.

tests/e2e/data/responses/vitaIntegrationTestResponses/AUTO_RSV_VITA_INT_008.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)