{"id":20885818,"url":"https://github.com/compas-dev/ironpython-pytest","last_synced_at":"2026-04-20T08:33:00.898Z","repository":{"id":37998432,"uuid":"258489553","full_name":"compas-dev/ironpython-pytest","owner":"compas-dev","description":"Ridiculously minimal and incomplete pytest replacement for IronPython","archived":false,"fork":false,"pushed_at":"2022-10-25T09:34:53.000Z","size":58,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-12-26T20:11:05.099Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compas-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-24T11:11:11.000Z","updated_at":"2023-04-28T22:39:50.000Z","dependencies_parsed_at":"2022-09-08T09:22:41.117Z","dependency_job_id":null,"html_url":"https://github.com/compas-dev/ironpython-pytest","commit_stats":null,"previous_names":["gramaziokohler/ironpython-pytest"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/compas-dev/ironpython-pytest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fironpython-pytest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fironpython-pytest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fironpython-pytest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fironpython-pytest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compas-dev","download_url":"https://codeload.github.com/compas-dev/ironpython-pytest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compas-dev%2Fironpython-pytest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-18T08:14:43.736Z","updated_at":"2026-04-20T08:33:00.859Z","avatar_url":"https://github.com/compas-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ironpython-pytest\n\n![Version](https://img.shields.io/pypi/v/ironpython-pytest) ![License](https://img.shields.io/pypi/l/ironpython-pytest)\n\n\u003e Ridiculously minimal and incomplete pytest replacement for IronPython.\n\nThis is **not** an attempt to fork [`pytest`](https://docs.pytest.org/) to IronPython (as the abandoned `pytest-ironpython`), instead it's intended to provide the bare minimum for a drop-in replacement of a subset of `pytest` conventions and framework required to run unit tests on IronPython.\n\nIt makes a ton of assumptions and has very little configurability.\n\nDeal with it.\n\n(•\\_•) ( •\\_•)\u003e⌐■-■ (⌐■\\_■)\n\n## Installation\n\n    ipy -X:Frames -m ensurepip\n    ipy -X:Frames -m pip install ironpython-pytest \n\n## Usage\n\nFrom the command line:\n\n    ipy -m pytest file_or_dir\n\nOr programmatically:\n\n```python\nimport os\n\nimport pytest\n\nif __name__ == '__main__':\n    # Fake some modules\n    pytest.load_fake_module('Rhino')\n    pytest.load_fake_module('Rhino.Geometry', fake_types=['RTree', 'Sphere', 'Point3d'])\n\n    pytest.run('project/test_dir/')\n```\n\n## Release\n\nTo release a new version of this project:\n\n- Update the changelog with all novelty\n- Bump version:\n\n      bump2version [major|minor|patch] --verbose\n\n- Push it:\n\n      git push \u0026\u0026 git push --tags\n\n- Prepare the changelog for next release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompas-dev%2Fironpython-pytest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompas-dev%2Fironpython-pytest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompas-dev%2Fironpython-pytest/lists"}