Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emulate read_csv_glob for pandas to refactor test_io_exp.py #4741

Open
prutskov opened this issue Aug 1, 2022 · 0 comments
Open

Emulate read_csv_glob for pandas to refactor test_io_exp.py #4741

prutskov opened this issue Aug 1, 2022 · 0 comments
Labels
CI Code Quality 💯 Improvements or issues to improve quality of codebase P3 Very minor bugs, or features we can hopefully add some day. Testing 📈 Issues related to testing

Comments

@prutskov
Copy link
Contributor

prutskov commented Aug 1, 2022

Describe the problem

We have emulation of read_csv_glob behavior for pandas apparentely in each test of test_io_exp.py. Probably it's need to have some uitl funtion pandas_read_csv_glob in one place to reduce code amount in the test file and increase readability.

@pyrito pyrito added Code Quality 💯 Improvements or issues to improve quality of codebase Testing 📈 Issues related to testing CI P3 Very minor bugs, or features we can hopefully add some day. labels Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Code Quality 💯 Improvements or issues to improve quality of codebase P3 Very minor bugs, or features we can hopefully add some day. Testing 📈 Issues related to testing
Projects
None yet
Development

No branches or pull requests

2 participants