CJohnston079 / obfuscator

0 stars 0 forks source link

Add smoke tests for obfuscation of `JSON`, `Parquet` and `XML` files #23

Closed CJohnston079 closed 4 months ago

CJohnston079 commented 4 months ago

Issue

obfuscator has a single smoke test for CSV files, but would benefit from additional tests for all supported files.

Proposed resolution

Add smoke tests for JSON, Parquet and XML files in test_obfuscator.py.

CJohnston079 commented 4 months ago

Resolved in eea7cf4c825aaffe3c796e59457ece293e083a2d with proposed resolution.