{"id":13501896,"url":"https://github.com/gabrielfalcao/sure","last_synced_at":"2025-05-14T02:06:29.175Z","repository":{"id":933691,"uuid":"705692","full_name":"gabrielfalcao/sure","owner":"gabrielfalcao","description":"sophisticated automated test library and runner","archived":false,"fork":false,"pushed_at":"2025-03-01T23:51:09.000Z","size":1180,"stargazers_count":698,"open_issues_count":22,"forks_count":74,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-10T16:48:52.224Z","etag":null,"topics":["bdd","behavior-driven-development","python3","software-craftsmanship","tdd","test","test-automation","test-driven-development"],"latest_commit_sha":null,"homepage":"https://sure.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabrielfalcao.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","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":"2010-06-06T07:27:25.000Z","updated_at":"2025-03-01T23:51:13.000Z","dependencies_parsed_at":"2023-10-05T02:05:31.990Z","dependency_job_id":"db79b3da-ef2b-4c2f-bda1-d88e040cf064","html_url":"https://github.com/gabrielfalcao/sure","commit_stats":{"total_commits":459,"total_committers":41,"mean_commits":"11.195121951219512","dds":0.2962962962962963,"last_synced_commit":"0a8cef34f77f5b369cd5ec39235638453e3d3fe0"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielfalcao%2Fsure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielfalcao%2Fsure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielfalcao%2Fsure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielfalcao%2Fsure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielfalcao","download_url":"https://codeload.github.com/gabrielfalcao/sure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052697,"owners_count":22006716,"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":["bdd","behavior-driven-development","python3","software-craftsmanship","tdd","test","test-automation","test-driven-development"],"created_at":"2024-07-31T22:01:54.630Z","updated_at":"2025-05-14T02:06:24.164Z","avatar_url":"https://github.com/gabrielfalcao.png","language":"Python","funding_links":[],"categories":["Python","Uncategorized","Assertions"],"sub_categories":["Uncategorized"],"readme":"sure\n====\n\n.. image:: https://img.shields.io/pypi/dm/sure\n   :target: https://pypi.org/project/sure\n\n.. image:: https://github.com/gabrielfalcao/sure/workflows/Sure%20Tests/badge.svg\n   :target: https://github.com/gabrielfalcao/sure/actions?query=workflow%3A%22Sure+Tests%22\n\n.. image:: https://img.shields.io/readthedocs/sure\n   :target: https://sure.readthedocs.io/\n\n.. image:: https://img.shields.io/github/license/gabrielfalcao/sure?label=Github%20License\n   :target: https://github.com/gabrielfalcao/sure/blob/master/LICENSE\n\n.. image:: https://img.shields.io/pypi/v/sure\n   :target: https://pypi.org/project/sure\n\n.. image:: https://img.shields.io/pypi/l/sure?label=PyPi%20License\n   :target: https://pypi.org/project/sure\n\n.. image:: https://img.shields.io/pypi/format/sure\n   :target: https://pypi.org/project/sure\n\n.. image:: https://img.shields.io/pypi/status/sure\n   :target: https://pypi.org/project/sure\n\n.. image:: https://img.shields.io/pypi/pyversions/sure\n   :target: https://pypi.org/project/sure\n\n.. image:: https://img.shields.io/pypi/implementation/sure\n   :target: https://pypi.org/project/sure\n\n.. image:: https://img.shields.io/github/v/tag/gabrielfalcao/sure\n   :target: https://github.com/gabrielfalcao/sure/releases\n\nThe sophisticated automated test tool for Python, featuring a test\nrunner and a library with powerful and flexible assertions.\n\nOriginally authored by `Gabriel Falcão \u003chttps://github.com/gabrielfalcao\u003e`_.\n\n\nInstalling\n----------\n\n.. code:: bash\n\n   pip install sure\n\n\nRunning tests\n-------------\n\n.. code:: bash\n\n   sure tests\n\n\nFor More Information:\n\n.. code:: bash\n\n   sure --help\n\n\nDocumentation\n-------------\n\nAvailable on  `sure.readthedocs.io \u003chttps://sure.readthedocs.io\u003e`_.\n\nTo build locally run:\n\n.. code:: bash\n\n    make docs\n\n\nQuick Library Showcase\n----------------------\n\n.. code:: python\n\n   from sure import expects\n\n   expects(4).to.be.equal(2 + 2)\n   expects(7.5).to.be.eql(3.5 + 4)\n\n   expects(3).to.not_be.equal(5)\n   expects(9).to_not.be.equal(11)\n\n.. code:: python\n\n   from sure import expects\n\n   expects({'foo': 'bar'}).to.equal({'foo': 'bar'})\n   expects({'foo': 'bar'}).to.have.key('foo').being.equal('bar')\n\n.. code:: python\n\n   \"Awesome ASSERTIONS\".lower().split().should.equal(['awesome', 'assertions'])\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielfalcao%2Fsure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielfalcao%2Fsure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielfalcao%2Fsure/lists"}