{"id":16407695,"url":"https://github.com/collabnix/testcontainers-python","last_synced_at":"2025-02-23T23:14:47.165Z","repository":{"id":253359433,"uuid":"843248239","full_name":"collabnix/testcontainers-python","owner":"collabnix","description":"Testcontainers, Python and PyTest","archived":false,"fork":false,"pushed_at":"2024-08-16T06:35:36.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T17:02:22.875Z","etag":null,"topics":["containers","developers","docker","integration-testing","test-automation","testcontainers","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://collabnix.com/test-driven-development-with-python-testcontainers-and-pytest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/collabnix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-16T05:13:04.000Z","updated_at":"2024-08-28T06:06:09.000Z","dependencies_parsed_at":"2024-08-16T07:56:24.396Z","dependency_job_id":null,"html_url":"https://github.com/collabnix/testcontainers-python","commit_stats":null,"previous_names":["collabnix/testcontainers-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabnix%2Ftestcontainers-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabnix%2Ftestcontainers-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabnix%2Ftestcontainers-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/collabnix%2Ftestcontainers-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/collabnix","download_url":"https://codeload.github.com/collabnix/testcontainers-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240390717,"owners_count":19793782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","developers","docker","integration-testing","test-automation","testcontainers","testing","testing-tools"],"created_at":"2024-10-11T06:14:33.096Z","updated_at":"2025-02-23T23:14:47.147Z","avatar_url":"https://github.com/collabnix.png","language":"Python","readme":"# Testcontainers, Python and PyTest\n\nTest-Driven Development with Python, Testcontainers, and pytest\n\n## Prereq\n\n- Docker Desktop\n\n\n## Clone the repository\n\n```\ngit clone https://github.com/collabnix/testcontainers-python\ncd testcontainers-python\n```\n\n\n## Create a virtual environment\n\n```shell\npython3 -m venv .venv\n```\n\n## Activate the virtual environment\n\n```shell\nsource .venv/bin/activate\n```\n\n## Upgrade pip\n\n```shell\npip install --upgrade pip\n```\n\n## Install the required packages\n\n```shell\npip install psycopg\npip install pytest\npip install testcontainers\n```\n\n## Freeze the requirements\n\n```shell\npip freeze \u003e requirements.txt\n```\n\n## Running Tests\n\n```shell\npytest\n```\n\n\nTo set this interpreter as the default for all new projects:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollabnix%2Ftestcontainers-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollabnix%2Ftestcontainers-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollabnix%2Ftestcontainers-python/lists"}