{"id":21817197,"url":"https://github.com/mcb30/odoo-tester","last_synced_at":"2026-05-16T12:33:48.335Z","repository":{"id":69477689,"uuid":"137110531","full_name":"mcb30/odoo-tester","owner":"mcb30","description":"Odoo automated test container","archived":false,"fork":false,"pushed_at":"2021-02-02T22:32:10.000Z","size":12,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-21T10:21:20.420Z","etag":null,"topics":["docker","odoo","testing"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/mcb30.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":"2018-06-12T18:12:06.000Z","updated_at":"2021-02-17T13:42:07.000Z","dependencies_parsed_at":"2023-04-13T15:23:28.976Z","dependency_job_id":null,"html_url":"https://github.com/mcb30/odoo-tester","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcb30/odoo-tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcb30%2Fodoo-tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcb30%2Fodoo-tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcb30%2Fodoo-tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcb30%2Fodoo-tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcb30","download_url":"https://codeload.github.com/mcb30/odoo-tester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcb30%2Fodoo-tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33102883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker","odoo","testing"],"created_at":"2024-11-27T15:44:17.490Z","updated_at":"2026-05-16T12:33:48.308Z","avatar_url":"https://github.com/mcb30.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Odoo automated unit test runner\n\n[![Build](https://img.shields.io/github/workflow/status/mcb30/odoo-tester/Build)](https://github.com/mcb30/odoo-tester/actions?query=workflow%3ABuild+branch%3Amaster)\n[![Image](https://img.shields.io/docker/image-size/mcb30/odoo-tester)](https://hub.docker.com/r/mcb30/odoo-tester/)\n\nThis is a recipe for building a [Docker](https://www.docker.com/)\ncontainer suitable for running automated unit tests on\n[Odoo](https://github.com/odoo/odoo) modules.  The container is built\nusing [Fedora](https://getfedora.org/) and the latest Odoo branch.\nAlmost all dependencies are provided using official Fedora packages.\n\nThe resulting container is published on Docker Hub as\n[`mcb30/odoo-tester`](https://hub.docker.com/r/mcb30/odoo-tester/).\n\n## Building\n\nTo build and publish the container image:\n\n    docker build -t mcb30/odoo-tester .\n    docker push mcb30/odoo-tester\n\n## Running\n\nTo run Odoo within the container:\n\n    docker run -it --rm mcb30/odoo-tester\n\nAny extra arguments will be appended to the `odoo-bin` command line.\nFor example, to install the `product` module:\n\n    docker run -it --rm mcb30/odoo-tester -i product\n\n## Extending\n\nThe primary use case for this container image is to allow for the\nautomated testing of external Odoo modules.  An external module may\ninclude a `Dockerfile` such as:\n\n    FROM mcb30/odoo-tester\n    ADD addons/my_module /opt/odoo-addons/my_module\n    CMD [\"--test-enable\", \"-i\", \"my_module\"]\n\nTests can then be run (from within the external module's directory)\nusing:\n\n    docker build -t my_module-tester .\n    docker run -it --rm my_module-tester\n\nThese commands can be invoked as part of a continuous integration\nsystem such as [GitHub Actions](https://docs.github.com/actions), to\nensure that the module's automated tests are run automatically for\nevery commit and pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcb30%2Fodoo-tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcb30%2Fodoo-tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcb30%2Fodoo-tester/lists"}