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

Fix and improve error handling for missing or invalid configuration file #197

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

bhirsz
Copy link
Member

@bhirsz bhirsz commented Nov 19, 2023

Fixes #141

I have added our first unit tests - some issues are a lot easier (and faster) to test on lower level - it will be complementary to our existing Robot tests. Our unit tests will be run in new workflow - which is configured for every supported Python and major Robot Framework versions to increase our coverage. Our current Robot workflows test only on one Python version (but with multiple different databases).

@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@bhirsz bhirsz force-pushed the fix/config_file_without_section branch from f25bf7d to 7df2cca Compare November 19, 2023 14:38
@amochin amochin merged commit d562452 into master Nov 20, 2023
22 checks passed
@amochin amochin deleted the fix/config_file_without_section branch August 15, 2024 06:39
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.

Received "NoSectionError: No section: 'default'" when connecting to mysql database
3 participants