index
:
gdpr-obfuscator
main
Detect and remove PII from CSV files stored in an AWS S3 bucket
Alex Schofield
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename main test to be more descriptive
Alex Schofield
2025-02-26
1
-1
/
+1
*
update test_core.py to use json string as input
Alex Schofield
2025-02-26
1
-1
/
+4
*
add 1MB .csv mock dataset for testing
Alex Schofield
2025-02-26
1
-0
/
+7255
*
update relative path to mock_data.csv for testing
Alex Schofield
2025-02-21
1
-5
/
+4
*
store test mock data in test/data
Alex Schofield
2025-02-21
2
-0
/
+1003
*
fix tests by resolving imports and removing redundent parameters
Alex Schofield
2025-02-21
3
-14
/
+14
*
update main unit test for core functionality
Alex Schofield
2025-02-21
2
-12
/
+47
*
fix imports and instantiate Obfuscator()
Alex Schofield
2025-02-21
1
-2
/
+5
*
add semi-working test for __init__ (uses localstack)
Alex Schofield
2025-02-20
1
-0
/
+9
*
fix read tests by updating name of imported DataReader class
Alex Schofield
2025-02-19
1
-2
/
+2
*
partially fix tests by updating references with new class
Alex Schofield
2025-02-19
1
-6
/
+9
*
wrap write functions in class and update references
Alex Schofield
2025-02-19
1
-1
/
+1
*
rename write function & update references
Alex Schofield
2025-02-19
1
-0
/
+0
*
rename CSVReader to DataReader & update references
Alex Schofield
2025-02-19
1
-1
/
+1
*
use already initialised reader object instead of creating new CSVReader instance
Alex Schofield
2025-02-19
1
-7
/
+7
*
remove annoying comments for better readability of code
Alex Schofield
2025-02-19
2
-38
/
+0
*
add placeholder tests for create_byte_stream
Alex Schofield
2025-02-18
1
-0
/
+57
*
update test_csv_reader.py header
Alex Schofield
2025-02-18
1
-1
/
+1
*
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
*
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
*
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
*
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
*
Merge remote-tracking branch 'refs/remotes/origin/feat/csv-reader' into feat/...
Alex Schofield
2025-02-14
1
-5
/
+9
|
\
|
*
style: format code with Autopep8, Black and Ruff Formatter
deepsource-autofix[bot]
2025-02-14
1
-5
/
+10
*
|
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
git.ajschof.me
— hosted by
ajschofield
— powered by
cgit