| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add tests for read_s3 in CSVReader | Alex Schofield | 2025-02-18 | 1 | -1/+95 |
| | | |||||
| * | add first test for read_s3 method in CSVReader" | Alex Schofield | 2025-02-18 | 1 | -2/+43 |
| | | |||||
| * | add & import boto3 and moto to pyproject.toml/test_csv_reader.py | Alex Schofield | 2025-02-18 | 1 | -0/+2 |
| | | |||||
| * | add subheading comments for test sections in test_csv_reader.py | Alex Schofield | 2025-02-18 | 1 | -0/+4 |
| | | |||||
| * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-17 | 2 | -1/+23 |
| | | | | | | | This commit fixes the style issues introduced in 00917b8 according to the output from Autopep8, Black and Ruff Formatter. Details: None | ||||
| * | remove repeated test in test_csv_reader.py | Alex Schofield | 2025-02-17 | 1 | -7/+0 |
| | | |||||
| * | add comments for description of csv_reader.py tests | Alex Schofield | 2025-02-17 | 1 | -4/+8 |
| | | |||||
| * | add expected outputs and more detail to test descriptions in test_obfuscator | Alex Schofield | 2025-02-17 | 1 | -5/+7 |
| | | |||||
| * | remove unused import in test_csv_reader.py | Alex Schofield | 2025-02-17 | 1 | -1/+0 |
| | | |||||
| * | add comments for description of obfuscator.py tests | Alex Schofield | 2025-02-17 | 1 | -4/+6 |
| | | |||||
| * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-17 | 1 | -12/+51 |
| | | | | | | | This commit fixes the style issues introduced in 74843c4 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/2 | ||||
| * | add tests for obfuscate() using mock data | Alex Schofield | 2025-02-17 | 1 | -0/+47 |
| | | |||||
| * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-17 | 1 | -0/+1 |
| | | | | | | | This commit fixes the style issues introduced in f612f71 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1 | ||||
| * | fix tests for csv_reader by using new read_string method | Alex Schofield | 2025-02-17 | 1 | -8/+5 |
| | | |||||
| * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-14 | 1 | -0/+1 |
| | | | | | | | This commit fixes the style issues introduced in 5082d02 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1 | ||||
| * | Merge remote-tracking branch 'refs/remotes/origin/feat/csv-reader' into ↵ | Alex Schofield | 2025-02-14 | 1 | -5/+9 |
| |\ | | | | | | | feat/csv-reader | ||||
| | * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-14 | 1 | -5/+10 |
| | | | | | | | | | | | | | This commit fixes the style issues introduced in 6182930 according to the output from Autopep8, Black and Ruff Formatter. Details: https://github.com/ajschofield/gdpr-obfuscator/pull/1 | ||||
| * | | create CSVReader instance for tests - broken | Alex Schofield | 2025-02-14 | 1 | -1/+5 |
| |/ | |||||
| * | add test for non-csv file output for csv_reader | Alex Schofield | 2025-02-12 | 1 | -0/+6 |
| | | |||||
| * | reformat tests for csv_reader | Alex Schofield | 2025-02-12 | 1 | -27/+2 |
| | | |||||
| * | rename csv_reader.py to main.py | Alex Schofield | 2025-02-11 | 1 | -1/+1 |
| | | |||||
| * | add functionality for testing quoted fields in csv_reader | Alex Schofield | 2025-02-11 | 1 | -2/+11 |
| | | |||||
| * | skip tests that aren't functional yet | Alex Schofield | 2025-02-11 | 1 | -0/+8 |
| | | |||||
| * | add basic test logic for csv_reader | Alex Schofield | 2025-02-11 | 1 | -5/+21 |
| | | |||||
| * | add initial tests for csv_reader | Alex Schofield | 2025-02-11 | 1 | -0/+35 |
