Skip to content

TST: Standardize GitHub references #55461

Open
@rhshadrach

Description

@rhshadrach

Currently in tests we have a number of different formats for referencing GitHub issues or pull requests. The sense I gather is that there are two different formats people may like:

Short:

def test_foo():
    # GH#1234
    ...

def test_bar():
    # GH#5678
    ...

URL:

def test_foo():
    # https://github.com/pandas-dev/pandas/issues/1234
    ...

def test_bar():
    # https://github.com/pandas-dev/pandas/pull/5678
    ...

Please feel free to suggest any other alternatives as well. One option is of course to continue with the status-quo: no standardization of referencing GitHub issues.

cc @pandas-dev/pandas-core

Metadata

Metadata

Assignees

No one assigned

    Labels

    CleanNeeds DiscussionRequires discussion from core team before further actionTestingpandas testing functions or related to the test suite

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions