aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #98 from ajschofield/test/transform-helper-functionsbulve-ad2024-08-271-0/+41
|\ | | | | pr: refactored facts transformation functions and one test for it
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-271-67/+210
| | | | | | | | | | | | This commit fixes the style issues introduced in a05a371 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/98
| * test: fact transformation function for payment test passes, other fact ↵Ang Bel2024-08-272-246/+144
| | | | | | | | functions are equivalent, no tests written
* | Merge branch 'development' into feature/load-lambdaEllie2024-08-272-7/+318
|\|
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-271-18/+26
| | | | | | | | | | | | This commit fixes the style issues introduced in c68f63f according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/97
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-3/+0
| | | | | | | | | | | | This commit fixes the style issues introduced in 8f75a47 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/96
| * Merge branch 'test/test_transform_lambda' into test/dataframesbulve-ad2024-08-234-33/+133
| |\
| | * wip: writing more tests for the helper functionslian-manonog2024-08-231-2/+12
| | |
| | * wip: pushing againlian-manonog2024-08-231-3/+40
| | |
| | * Merge pull request #94 from ajschofield/feature/transform-fact-sales-orderlian-manonog2024-08-232-4/+124
| | |\ | | | | | | | | PR: rebased the fact-sales branch with the datafrrames branch - now merging into development
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 88f1ef7 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/94
| | | * Removed redundant empty lines of codelian-manonog2024-08-231-4/+0
| | | |
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 3ff2182 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/93
| | | * trying to resolce git index issue conflicts - commiting was the only solutionlian-manonog2024-08-231-0/+4
| | | |
| | | * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-232-23/+83
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 8e20c5c according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/93
| * | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-59/+176
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 821e241 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/96
| * | | tests: additional tests written (pass) for dim tables transformation. Fact ↵Ang Bel2024-08-231-47/+66
| | | | | | | | | | | | | | | | transformation functions not yet tested
| * | | removed duplicate functionsT-Aji2024-08-231-16/+69
| | |/ | |/|
| * | Refactored tests for transform lambda - all passing nowlian-manonog2024-08-221-4/+6
| | |
| * | passing TestCreateDimCurrencyT-Aji2024-08-221-1/+18
| | |
| * | passing tests create_dim_design and create_dim_staffT-Aji2024-08-221-0/+40
| | |
* | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-231-15/+29
| | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 0ff2956 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/95
* | | add updated testEllie2024-08-231-4/+4
| | |
* | | add updated testsEllie2024-08-231-1/+15
| | |
* | | add working completed tests for get transform bucketEllie2024-08-231-5/+13
| | |
* | | adds passing transform bucket testsEllie2024-08-231-11/+19
| | |
* | | add get transform bucket testEllie2024-08-231-4/+44
| | |
* | | add testsEllie2024-08-231-2/+1
| | |
* | | wip: add test file for load lambdaEllie2024-08-221-0/+9
| |/ |/|
* | fix: improve error handling for list_existing_s3_files and testsAlex Schofield2024-08-221-2/+8
| |
* | fix: handle no buckets properlyAlex Schofield2024-08-221-5/+5
| |
* | chore: skip transform_lambda tests are they are brokenAlex Schofield2024-08-221-0/+2
| |
* | chore: skip secrets_manager tests are they are brokenAlex Schofield2024-08-221-0/+4
| |
* | fix: resolve import errorAlex Schofield2024-08-221-1/+1
| |
* | fix: mock aws services before importing src functionsAlex Schofield2024-08-221-9/+11
| |
* | fix: inject mock_config into interface error testAlex Schofield2024-08-221-2/+15
| |
* | fix: convert credentials to json dictAlex Schofield2024-08-221-7/+9
| |
* | fix: add missing mock_conn fixtureAlex Schofield2024-08-221-0/+7
| |
* | fix: remove bucket deletion for index error testAlex Schofield2024-08-221-3/+2
| |
* | fix: create two mocked buckets and check if extract_bucket is returnedAlex Schofield2024-08-221-1/+8
| |
* | feat: autouse credentials fixtureAlex Schofield2024-08-221-1/+1
| |
* | fix: update additional fixtures to use scope functionAlex Schofield2024-08-221-2/+2
| |
* | fix: change fixture scope to function instead of classAlex Schofield2024-08-221-2/+2
| |
* | test: re-add test_secrets_managerAlex2024-08-221-0/+84
| | | | | | Amended import path to extract_lambda
* | chore: delete test for secrets_manager.pyAlex2024-08-211-84/+0
|/ | | We don't need this anymore since we removed the secrets_manager.py file, and it's making the GH Action fail too.
* Merge branch 'development' into feature/transform_lambdabulve-ad2024-08-213-78/+227
|\
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-201-9/+5
| | | | | | | | | | | | This commit fixes the style issues introduced in e788a90 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/72
| * Complete: completed testing for extract bucket - all passinglian-manonog2024-08-201-2/+27
| |
| * fix(): update expected response message for second testAlex Schofield2024-08-201-1/+2
| |
| * chore(tests): rename lambda_handler class test functionsAlex Schofield2024-08-201-3/+3
| |
git.ajschof.me — hosted by ajschofield — powered by cgit