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

Nuke testing class #2364

Merged
merged 52 commits into from
Dec 13, 2021
Merged

Nuke testing class #2364

merged 52 commits into from
Dec 13, 2021

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    fabfaac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    939eabf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b45101 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    af1a06c View commit details
    Browse the repository at this point in the history
  2. OP-2019 - added AE 2022

    kalisp committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    04fd46f View commit details
    Browse the repository at this point in the history
  3. OP-2019 - added IS_TEST env var

    Used to differentiate between regular REMOTE_PUBLISH and automatic tests
    kalisp committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    1369098 View commit details
    Browse the repository at this point in the history
  4. OP-2019 - removed setting env vars in class

    Necessary env vars should be configured in testing zip file
    kalisp committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    30e39be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35153fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7456d0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcdca93 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    fab3b02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5795636 View commit details
    Browse the repository at this point in the history
  3. OP-2042 - wip testing in Nuke

    kalisp committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3fa0b39 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    d65431c View commit details
    Browse the repository at this point in the history
  2. OP-2042 - added NUKE_PATH to settings

    It was overwriting existing value of NUKE_PATH before
    kalisp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    9dbae0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    591e81a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe86bbd View commit details
    Browse the repository at this point in the history
  5. OP-2042 - replaced testing zip files

    Zip files now stored on OP shared GDrive
    
    PS implementation is not working, fixed in OP-2019
    kalisp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e35920f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4e5ab9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d85503 View commit details
    Browse the repository at this point in the history
  8. OP-2042 - fixed wrong value

    Belongs to merged PR for AE testing
    kalisp committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    1762f46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49a6e8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a5f906 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    ceeaf28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    486966e View commit details
    Browse the repository at this point in the history
  3. OP-2042 - always capture stdout in pytest

    Previously it was printed only in case of failure
    kalisp committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    68b5078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d55d996 View commit details
    Browse the repository at this point in the history
  5. OP-2042 - added functionality to implicit choose variant

    If APP_VARIANT is empty it looks for latest installed variant of an application
    kalisp committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    d0ada90 View commit details
    Browse the repository at this point in the history
  6. OP-2042 - Hound

    kalisp committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b61b363 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efa7bff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8eb7a30 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    04c5053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150f6ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda5ff6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a93c69 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. OP-2042 - use existing value of env var OPENPYPE_DATABASE_NAME if pos…

    …sible
    
    For better automatic testing
    kalisp committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c0ad1b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    709d0ee View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    23ed14a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2760c View commit details
    Browse the repository at this point in the history
  3. OP-2042 - injection of TEST_SOURCE_FOLDER

    It tells Nuke where it should locate test input data
    kalisp committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    a3638ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e680a36 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    2f2116b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53bbae2 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. OP-2042 - evaluate paths in write nodes

    Paths in write nodes could contain python code for automatic testing. It needs to be evaluated to all os operations to work properly.
    kalisp committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    06a8f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d9681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e9c9c0 View commit details
    Browse the repository at this point in the history
  4. OP-2042 - added new fixture output_folder_url

    Explicitly sets directory of published files. (Purges them if exist!)
    kalisp committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    9a0d55e View commit details
    Browse the repository at this point in the history
  5. OP-2042 - added new handling of asserts

    Added DBAssert class which wraps standard use cases for asserts
    kalisp committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c754521 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec15b48 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

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