diff --git a/CHANGELOG.md b/CHANGELOG.md index bade680..9eceaf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -470,3 +470,7 @@ and this project adheres to [semantic versioning](https://semver.org/spec/v2.0.0 - rdsa-utils v0.1.2 - Not available on GitHub Releases or PyPI - rdsa-utils v0.1.1 - Not available on GitHub Releases or PyPI - rdsa-utils v0.1.0 - Not available on GitHub Releases or PyPI + +### Added + +Added write_csv function inside cdp/helpers/s3_utils.py \ No newline at end of file diff --git a/tests/conftest.py b/tests/conftest.py index 97f9e61..b39f95d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,3 @@ """Functions, classes and fixtures available across all tests.""" -import os -# print(f"Current dir is {os.getcwd()}.") from rdsa_utils.test_utils import *