aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* add comments for description of obfuscator.py testsAlex Schofield2025-02-171-4/+6
|
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-171-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 dataAlex Schofield2025-02-171-0/+47
|
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-171-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 methodAlex Schofield2025-02-171-8/+5
|
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-141-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 Schofield2025-02-141-5/+9
|\ | | | | | | feat/csv-reader
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-141-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 - brokenAlex Schofield2025-02-141-1/+5
|/
* add test for non-csv file output for csv_readerAlex Schofield2025-02-121-0/+6
|
* reformat tests for csv_readerAlex Schofield2025-02-121-27/+2
|
* rename csv_reader.py to main.pyAlex Schofield2025-02-111-1/+1
|
* add functionality for testing quoted fields in csv_readerAlex Schofield2025-02-111-2/+11
|
* skip tests that aren't functional yetAlex Schofield2025-02-111-0/+8
|
* add basic test logic for csv_readerAlex Schofield2025-02-111-5/+21
|
* add initial tests for csv_readerAlex Schofield2025-02-111-0/+35
git.ajschof.me — hosted by ajschofield — powered by cgit