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

Copy core sample data used by contrib tests into the contrib area to better isolate contrib tests #1266

Merged

Conversation

avrata
Copy link
Contributor

@avrata avrata commented Apr 6, 2022

This allows the contrib tests to such that they can run in a self contained way and allows for a future where they are split out.

This was done to allow testing of the contrib/opentimelinio_contrib/adapters/tests on it's own without the need for assumptions of the current file structure.

Reference associated tests.

test_rvsession.py and test_maya_sequencer.py

…better isolate contrib tests

such that they can run in a self contained way.
@codecov-commenter
Copy link

Codecov Report

Merging #1266 (b5ad686) into main (e6965da) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1266   +/-   ##
=======================================
  Coverage   86.10%   86.10%           
=======================================
  Files         196      196           
  Lines       19671    19671           
  Branches     2308     2308           
=======================================
  Hits        16937    16937           
  Misses       2173     2173           
  Partials      561      561           
Flag Coverage Δ
py-unittests 86.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6965da...b5ad686. Read the comment docs.

Copy link
Collaborator

@jminor jminor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great.
The only note I have is unrelated to the change itself. It seems slightly odd that these tests are relying on the EDL adapter to function. It would be cleaner if they only needed OTIO files. That doesn't need to happen now, but could be done later when we split contrib out.

@jminor jminor merged commit 12abda4 into AcademySoftwareFoundation:main Apr 7, 2022
jminor pushed a commit that referenced this pull request May 2, 2022
This allows the contrib tests to be run in isolation, and sets us up for a future split into a separate repo.
Co-authored-by: Robyn Rindge <rnr@pixar.com>
@ssteinbach ssteinbach added this to the Public Beta 15 milestone Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants