diff options
| author | Alex <git@ajschof.me> | 2025-02-17 01:19:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-17 01:19:11 +0000 |
| commit | 73462d62d48cd3cf061697f9f6a390437ee29f2d (patch) | |
| tree | 4331016762f96c0861b46ac67343a0769f038fa6 /pytest.ini | |
| parent | e6bedc5c9d391b761fec6529de8537a991125c26 (diff) | |
| parent | cf1376862fb2f58c2e837338ed9c765439ffa1b9 (diff) | |
| download | gdpr-obfuscator-73462d62d48cd3cf061697f9f6a390437ee29f2d.tar.gz gdpr-obfuscator-73462d62d48cd3cf061697f9f6a390437ee29f2d.zip | |
Merge pull request #1 from ajschofield/feat/csv-reader
merge csvreader into stable
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..ad5c7cc --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +pythonpath = . src |
