Skip to content

Consistent namespace use in C++ tests#2003

Merged
darbyjohnston merged 1 commit intoAcademySoftwareFoundation:mainfrom
darbyjohnston:ns_cleanup
Mar 26, 2026
Merged

Consistent namespace use in C++ tests#2003
darbyjohnston merged 1 commit intoAcademySoftwareFoundation:mainfrom
darbyjohnston:ns_cleanup

Conversation

@darbyjohnston
Copy link
Contributor

This PR cleans up the use of namespaces in the C++ tests, making the code more consistent and using the recommended OTIO_NS macro. There are no functional changes.

@darbyjohnston darbyjohnston added the maintenance General cleanup and good code hygiene label Mar 24, 2026
@codecov-commenter
Copy link

codecov-commenter commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.15%. Comparing base (af13ccb) to head (ef36956).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2003   +/-   ##
=======================================
  Coverage   85.15%   85.15%           
=======================================
  Files         181      181           
  Lines       12784    12784           
  Branches     1206     1206           
=======================================
  Hits        10886    10886           
  Misses       1715     1715           
  Partials      183      183           
Flag Coverage Δ
py-unittests 85.15% <ø> (ø)

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


Continue to review full report in Codecov by Sentry.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
@darbyjohnston darbyjohnston added this to the 0.19.0 milestone Mar 26, 2026
@darbyjohnston darbyjohnston merged commit cc649e0 into AcademySoftwareFoundation:main Mar 26, 2026
56 of 57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance General cleanup and good code hygiene

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants