aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into test/tests_transform_lambdaAlex2024-09-032-30/+65
|\
| * Merge pull request #110 from ajschofield/a-e/load_lambdaAlex2024-08-291-29/+64
| |\ | | | | | | pr: update tests for load_lambda
| | * test: update upload_dfs_to_database testsAlex Schofield2024-08-281-28/+24
| | |
| | * test: add staticmethod decorator to remaining methodsAlex Schofield2024-08-281-16/+24
| | |
| | * chore: remove commented codeAlex Schofield2024-08-281-5/+0
| | |
| | * wip: add tests for upload_dfs_to_databaseAlex Schofield2024-08-281-4/+31
| | |
| | * test: add staticmethod decorator to methodsAlex Schofield2024-08-281-3/+6
| | |
| | * test: re-add json module importAlex Schofield2024-08-281-0/+1
| | |
| | * test: import load_lambda functions individuallyAlex Schofield2024-08-281-1/+8
| | |
| | * test: remove unnecessary importsAlex Schofield2024-08-281-2/+0
| | |
| | * test: remove aws_credentials parameter from fixturesAlex Schofield2024-08-281-2/+2
| | |
| * | Merge pull request #107 from ajschofield/feat/dataframesbulve-ad2024-08-292-2/+2
| |\ \ | | | | | | | | pr: working load lambda when no data is present in the warehouse
| | * | wip commitT-Aji2024-08-281-1/+1
| | | |
| | * | refactored functs to include columns instead of drop columnsT-Aji2024-08-281-1/+1
| | |/
* | | 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
| | |/ | |/|
git.ajschof.me — hosted by ajschofield — powered by cgit