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

Pytest for unit testing #3857

Merged
merged 20 commits into from
Mar 29, 2024
Merged

Commits on Mar 2, 2024

  1. Using pytest to run tests

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    658ce17 View commit details
    Browse the repository at this point in the history
  2. Adjusting noxfile to account for both pytest and unittest

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9971c6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cfc28e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. renamed 'args' argument functions

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    8bc67c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da522c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. added raw string

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6b2d5cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71310ea View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge branch 'develop' into pytest-for-testing

    Merge changes from develop
    prady0t committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fd5c429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c9008 View commit details
    Browse the repository at this point in the history
  3. added raw string again

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2e2eca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. added pytest-cov support and added raw strings

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    61dd57c View commit details
    Browse the repository at this point in the history
  2. added [dev] to script session

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d64798e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    710a312 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Changes for failing test cases on windows

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    af942d5 View commit details
    Browse the repository at this point in the history
  2. Moved repetitive functions to shared.py

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    990eb27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce15950 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cfcf9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaafd12 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Changing MPLBACKEND value to Agg

    Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
    prady0t committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0713ded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed1a1a5 View commit details
    Browse the repository at this point in the history