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

Enhance two integration tests #511

Merged
merged 8 commits into from
Aug 16, 2022

Commits on Aug 5, 2022

  1. Enhance two integration tests

    Enhance test_append and test_array_creation
    1.  add negative tests
    2.  add more test cases
    3.  refactor test code
    robinwnv committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    a7783d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d99fb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Address comments

    1. Create test class for negative testing
    2. Refactor out test functions
    3. Use parameterize
    robinwnv committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8470c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5796cb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Address comments - part2

    1. update run_test name to check_array_method
    2. use parameterize for step zero cases of arange
    robinwnv committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d3c2261 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Address comments - Part 3

    1. add pytest.mark.xfail for cases with expected failure
    2. Small Fix: replace Assert with raising ValueError in deferred.py
    robinwnv committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    edb9364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e045f8b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    02bc9da View commit details
    Browse the repository at this point in the history