{"id":17180773,"url":"https://github.com/jsok/nose-alembic-attrib","last_synced_at":"2025-07-29T18:09:45.811Z","repository":{"id":7949163,"uuid":"9343701","full_name":"jsok/nose-alembic-attrib","owner":"jsok","description":"Nose plugin allowing you to annotate tests with minimum revision numbers from alembic","archived":false,"fork":false,"pushed_at":"2015-08-08T00:06:10.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T02:06:13.628Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsok.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2013-04-10T10:28:33.000Z","updated_at":"2015-08-08T00:06:10.000Z","dependencies_parsed_at":"2022-07-21T06:02:13.439Z","dependency_job_id":null,"html_url":"https://github.com/jsok/nose-alembic-attrib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jsok/nose-alembic-attrib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fnose-alembic-attrib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fnose-alembic-attrib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fnose-alembic-attrib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fnose-alembic-attrib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsok","download_url":"https://codeload.github.com/jsok/nose-alembic-attrib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fnose-alembic-attrib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267730503,"owners_count":24135526,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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-10-15T00:31:35.085Z","updated_at":"2025-07-29T18:09:45.767Z","avatar_url":"https://github.com/jsok.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===========\nNose plugin: Alembic Attrib\n===========\n\n.. image:: https://badge.fury.io/py/nose-alembic-attrib.svg\n    :target: http://badge.fury.io/py/nose-alembic-attrib\n\nRequirements\n-------------\n\n* nose\n* alembic\n* sqlalchemy\n\nInstall\n-------\n\nInstall with pip::\n\n    pip install nose-alembic-attrib\n\nQuickstart\n----------\n\nSimply import the decorator and use as such::\n\n    from nose_alembic_attrib import alembic_attr\n\n    @alembic_attr(minimum_revision=\"4b9a79b051c6\")\n    def test_my_alembic_test(self):\n        ...\n\n    @alembic_attr(minimum_revision=\"5aa2dfb6e6a8\")\n    def test_my_alembic_test(self):\n        ...\n\nAssuming your alembic revision history looks like this::\n\n    $\u003e alembic history\n\n    5aa2dfb6e6a8 -\u003e 3830063c1b00 (head), my head revision\n    4b9a79b051c6 -\u003e 5aa2dfb6e6a8, my second revision\n    None -\u003e 4b9a79b051c6, my first revision\n\nRunning nosetest as follows will honour those minimum revision anotations::\n\n    nosetest --with-alembicattrib --alembic-ini=alembic.ini\n\n\nOptions\n-------\n\nOptions available:\n\n* ``--with-alembicattrib``: Enable the plugin\n* ``--alembic-ini=path/to/alembic.ini``: Assumed to be ``alembic.ini`` in the current dir by default\n* ``--alembic-echo={True,False}``: Turn sqlalchemy engine echo on or off\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fnose-alembic-attrib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsok%2Fnose-alembic-attrib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fnose-alembic-attrib/lists"}