Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-111495: Add tests for PyList C API #111562

Merged
merged 33 commits into from
Nov 8, 2023
Merged

Commits on Oct 31, 2023

  1. init test c file

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d43d9b2 View commit details
    Browse the repository at this point in the history
  2. single test added

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    119cd0e View commit details
    Browse the repository at this point in the history
  3. fix lint

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ccf1bff View commit details
    Browse the repository at this point in the history
  4. fix list check tests

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8d17ca6 View commit details
    Browse the repository at this point in the history
  5. lint

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    bd9415d View commit details
    Browse the repository at this point in the history
  6. add 2 tests

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    17d60d1 View commit details
    Browse the repository at this point in the history
  7. add test

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    322eab9 View commit details
    Browse the repository at this point in the history
  8. add getitem test

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5c58022 View commit details
    Browse the repository at this point in the history
  9. test list_get_item

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6b12f1f View commit details
    Browse the repository at this point in the history
  10. add test for setitem

    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    70e385f View commit details
    Browse the repository at this point in the history
  11. add test for setitem

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3166ba4 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'kalyan/test-capi-list' of github.com:rawwar/cpython int…

    …o kalyan/test-capi-list
    
    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2a50fb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    1c30f3b View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    392b3c6 View commit details
    Browse the repository at this point in the history
  3. lint fix

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    eac8c67 View commit details
    Browse the repository at this point in the history
  4. add tests

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0f40f6d View commit details
    Browse the repository at this point in the history
  5. Update Lib/test/test_capi/test_list.py

    Co-authored-by: Serhiy Storchaka <[email protected]>
    rawwar and serhiy-storchaka authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    40e4022 View commit details
    Browse the repository at this point in the history
  6. Update Modules/_testcapi/list.c

    Co-authored-by: Serhiy Storchaka <[email protected]>
    rawwar and serhiy-storchaka authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d31fa57 View commit details
    Browse the repository at this point in the history
  7. Update Lib/test/test_capi/test_list.py

    Co-authored-by: Serhiy Storchaka <[email protected]>
    rawwar and serhiy-storchaka authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    433351d View commit details
    Browse the repository at this point in the history
  8. Update Lib/test/test_capi/test_list.py

    Co-authored-by: Serhiy Storchaka <[email protected]>
    rawwar and serhiy-storchaka authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    34e915b View commit details
    Browse the repository at this point in the history
  9. pr feedback fixes

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    0e340a1 View commit details
    Browse the repository at this point in the history
  10. fixes for the feedback

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    8de9cf8 View commit details
    Browse the repository at this point in the history
  11. add tests from vstinner PR

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    44dcf85 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1000126 View commit details
    Browse the repository at this point in the history
  13. remove unused import

    Signed-off-by: kalyanr <[email protected]>
    rawwar committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2c6a41c View commit details
    Browse the repository at this point in the history
  14. Update list.c

    rawwar authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e486451 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    633951b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    9afa50c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361b045 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    ca07ac9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc039f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ecfa40 View commit details
    Browse the repository at this point in the history
  4. Minor fixes.

    serhiy-storchaka committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    42a2a54 View commit details
    Browse the repository at this point in the history