aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* wip: lambdahandler tests fail - unexpected errorslian-manonog2024-08-291-1/+1
|
* wip: lambda handler tests not working - suspecting its something in dataframeslian-manonog2024-08-281-10/+17
|
* wip: testing lambda handler. Added Dict of Df patch fixturelian-manonog2024-08-281-16/+50
|
* wip: completed and added to testprocesstoparquetuploads3lian-manonog2024-08-281-11/+19
|
* wip finished testing the process and upload parquetlian-manonog2024-08-281-5/+56
|
* wip: testing the process helper functionlian-manonog2024-08-281-10/+26
|
* Merge branch 'test/transform-lambda' of ↵lian-manonog2024-08-281-36/+37
|\ | | | | | | https://github.com/ajschofield/de-project-bentley into test/transform-lambda
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-281-36/+37
| | | | | | | | | | | | This commit fixes the style issues introduced in ad357ff according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/105
* | Merge branch 'development' of ↵lian-manonog2024-08-282-7/+262
|\ \ | |/ |/| | | https://github.com/ajschofield/de-project-bentley into test/transform-lambda
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-281-2/+0
| | | | | | | | | | | | This commit fixes the style issues introduced in d0b0fa9 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/102
| * Merge branch 'development' into feature/load-lambda-testsEllie2024-08-281-13/+7
| |\
| | * Merge branch 'development' into test/transform-helper-functionsbulve-ad2024-08-271-0/+92
| | |\
| | | * Merge branch 'development' into test/transform-helper-functionsbulve-ad2024-08-271-0/+92
| | | |\
| | | | * 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
| | | * | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-271-70/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 22df92b according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/99
| | * | | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-271-68/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 1a145a3 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/101
| | * | | | test: transform refactoring - it now loads parquet files into s3 bucketAng Bel2024-08-271-7/+3
| | |/ / /
| | * | / test: refactored fact functions with test passingAng Bel2024-08-271-2/+7
| | | |/ | | |/|
| | * | test: fact transformation function for payment test passes, other fact ↵Ang Bel2024-08-272-246/+144
| | | | | | | | | | | | | | | | functions are equivalent, no tests written
| * | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-282-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 08c971f according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/102
| * | | add json.loads to retrieve secretsEllie2024-08-281-2/+2
| | | |
| * | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-281-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2024-08-281-68/+214
| | | | | | | | | | | | | | | | | | | | | | | | This commit fixes the style issues introduced in 1a145a3 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/de-project-bentley/pull/101
| * | | test: transform refactoring - it now loads parquet files into s3 bucketAng Bel2024-08-281-7/+3
| | | |
| * | | test: refactored fact functions with test passingAng Bel2024-08-281-2/+7
| | | |
| * | | test: fact transformation function for payment test passes, other fact ↵Ang Bel2024-08-282-246/+144
| | | | | | | | | | | | | | | | functions are equivalent, no tests written
| * | | add lambda handler updated testsEllie2024-08-271-0/+1
| | | |
| * | | add passing tests for lambda handlerEllie2024-08-271-7/+9
| | | |
| * | | wip: update TestLambdaHandler & lambda_handler functionAlex Schofield2024-08-271-3/+9
| | | |
| * | | docs: add comments for upload testsAlex Schofield2024-08-271-0/+3
| | | |
| * | | test: add lambda_handler testsAlex Schofield2024-08-271-6/+21
| | | |
| * | | wip: add test for parquet file conversionAlex Schofield2024-08-271-8/+51
| | | |
| * | | add passing retrieve secrets testsEllie2024-08-271-5/+18
| | | |
| * | | add first retrieve secrets testEllie2024-08-271-11/+33
| | | |
| * | | add test progressEllie2024-08-271-3/+4
| | |/ | |/|
| * | Merge branch 'development' into feature/load-lambdaEllie2024-08-272-7/+318
| |\|
| * | 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
| | |
* | | test updates to transform lambda handlerHastarTara2024-08-271-2/+37
| | |
* | | tests for bucket_name helperHastarTara2024-08-271-19/+33
| |/ |/|
* | 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
|\ \
git.ajschof.me — hosted by ajschofield — powered by cgit