Skip to content

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

Merged
amochin merged 1 commit intomasterfrom
fix/config_file_without_section
Nov 20, 2023
Merged

Fix and improve error handling for missing or invalid configuration file#197
amochin merged 1 commit intomasterfrom
fix/config_file_without_section

Conversation

@bhirsz
Copy link
Copy Markdown
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
Copy Markdown

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
@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