aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add test to ensure that output byte stream is put_object compatibleAlex Schofield2025-02-261-0/+29
* add tests for cli.pyAlex Schofield2025-02-261-0/+91
* add test in test_core.py to measure if completed under 1 minAlex Schofield2025-02-261-0/+25
* rename main test to be more descriptiveAlex Schofield2025-02-261-1/+1
* update test_core.py to use json string as inputAlex Schofield2025-02-261-1/+4
* add 1MB .csv mock dataset for testingAlex Schofield2025-02-261-0/+7255
* update relative path to mock_data.csv for testingAlex Schofield2025-02-211-5/+4
* store test mock data in test/dataAlex Schofield2025-02-212-0/+1003
* fix tests by resolving imports and removing redundent parametersAlex Schofield2025-02-213-14/+14
* update main unit test for core functionalityAlex Schofield2025-02-212-12/+47
* fix imports and instantiate Obfuscator()Alex Schofield2025-02-211-2/+5
* add semi-working test for __init__ (uses localstack)Alex Schofield2025-02-201-0/+9
* fix read tests by updating name of imported DataReader classAlex Schofield2025-02-191-2/+2
* partially fix tests by updating references with new classAlex Schofield2025-02-191-6/+9
* wrap write functions in class and update referencesAlex Schofield2025-02-191-1/+1
* rename write function & update referencesAlex Schofield2025-02-191-0/+0
* rename CSVReader to DataReader & update referencesAlex Schofield2025-02-191-1/+1
* use already initialised reader object instead of creating new CSVReader instanceAlex Schofield2025-02-191-7/+7
* remove annoying comments for better readability of codeAlex Schofield2025-02-192-38/+0
* add placeholder tests for create_byte_streamAlex Schofield2025-02-181-0/+57
* update test_csv_reader.py headerAlex Schofield2025-02-181-1/+1
* add tests for read_s3 in CSVReaderAlex Schofield2025-02-181-1/+95
* add first test for read_s3 method in CSVReader"Alex Schofield2025-02-181-2/+43
* add & import boto3 and moto to pyproject.toml/test_csv_reader.pyAlex Schofield2025-02-181-0/+2
* add subheading comments for test sections in test_csv_reader.pyAlex Schofield2025-02-181-0/+4
* style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-172-1/+23
* remove repeated test in test_csv_reader.pyAlex Schofield2025-02-171-7/+0
* add comments for description of csv_reader.py testsAlex Schofield2025-02-171-4/+8
* add expected outputs and more detail to test descriptions in test_obfuscatorAlex Schofield2025-02-171-5/+7
* remove unused import in test_csv_reader.pyAlex Schofield2025-02-171-1/+0
* 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
* 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
* 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
* Merge remote-tracking branch 'refs/remotes/origin/feat/csv-reader' into feat/...Alex Schofield2025-02-141-5/+9
|\
| * style: format code with Autopep8, Black and Ruff Formatterdeepsource-autofix[bot]2025-02-141-5/+10
* | 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