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

Enable running unit tests via docker-compose #134

Open
windiana42 opened this issue Jul 3, 2023 · 0 comments
Open

Enable running unit tests via docker-compose #134

windiana42 opened this issue Jul 3, 2023 · 0 comments

Comments

@windiana42
Copy link
Contributor

Out of the box, the current database tests don't run for me (Linux) and I am not sure, I want to configure my machine such that this mechanism works. Here is the error message:

E   requests.exceptions.HTTPError: 409 Client Error: Conflict for url: http+docker://localhost/v1.42/containers/create?name=bcpandas-mssql-container
        http_error_msg = ('409 Client Error: Conflict for url: '
 'http+docker://localhost/v1.42/containers/create?name=bcpandas-mssql-container')
        reason     = 'Conflict'
        self       = <Response [409]>

What I would prefer is that for database tests to run, I can issue a docker-compose up command. Launching containers via docker-compose is also nicely supported by github actions. But this might be just my personal opinion.

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

No branches or pull requests

1 participant