Skip to content

Conversation

@alxmrs
Copy link
Owner

@alxmrs alxmrs commented Oct 18, 2025

No description provided.

RohanDisa and others added 9 commits October 18, 2025 15:36
- Convert df_test.py from unittest to pytest with fixtures and markers
- Convert df_integrationtest.py to pytest format with integration markers
- Update sql_test.py with pytest fixtures and modern assertions
- Add pytest configuration to pyproject.toml
- Format all test files with pyink
- Add @pytest.mark.unit, @pytest.mark.integration, @pytest.mark.gcs markers
- Maintain existing project structure and Google-style docstrings

Tests now use modern pytest features while respecting project guidelines.
- Assumed tests to be default unit tests, so removed explicit markers.
- Omitted classes for a cleaner, more readable structure.
- Added all missing test cases that were previously skipped in df_test.
- Moved all fixtures to the top for better organization.
- Reverted to the original project.toml, which is sufficient for running tests.
Co-authored-by: Alex Merose <[email protected]>
Signed-off-by: Rohan Disa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants