Skip to content

Commit

Permalink
tests: rename tests.debug to tests.cuepoints_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ubitux committed Mar 25, 2024
1 parent 51a4ce3 commit e8b547b
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pynopegl-utils/pynopegl_utils/tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import colorsys
import random

from pynopegl_utils.tests.debug import get_debug_points
from pynopegl_utils.tests.cuepoints_utils import get_debug_points

import pynopegl as ngl

Expand Down
2 changes: 1 addition & 1 deletion tests/blending.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from typing import Mapping, Tuple

from pynopegl_utils.tests.cmp_cuepoints import test_cuepoints
from pynopegl_utils.tests.debug import get_debug_points
from pynopegl_utils.tests.cuepoints_utils import get_debug_points
from pynopegl_utils.toolbox.colors import COLORS
from pynopegl_utils.toolbox.grid import AutoGrid, autogrid_queue, autogrid_simple

Expand Down
2 changes: 1 addition & 1 deletion tests/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from pynopegl_utils.misc import get_shader
from pynopegl_utils.tests.cmp_cuepoints import test_cuepoints
from pynopegl_utils.tests.cmp_fingerprint import test_fingerprint
from pynopegl_utils.tests.debug import get_debug_points, get_grid_points
from pynopegl_utils.tests.cuepoints_utils import get_debug_points, get_grid_points
from pynopegl_utils.toolbox.colors import COLORS

import pynopegl as ngl
Expand Down
2 changes: 1 addition & 1 deletion tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

from pynopegl_utils.tests.cmp_cuepoints import test_cuepoints
from pynopegl_utils.tests.cmp_fingerprint import test_fingerprint
from pynopegl_utils.tests.cuepoints_utils import get_debug_points, get_grid_points
from pynopegl_utils.tests.data import (
ANIM_DURATION,
LAYOUTS,
Expand All @@ -33,7 +34,6 @@
get_field_scene,
match_fields,
)
from pynopegl_utils.tests.debug import get_debug_points, get_grid_points
from pynopegl_utils.toolbox.colors import COLORS

import pynopegl as ngl
Expand Down
2 changes: 1 addition & 1 deletion tests/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

from pynopegl_utils.misc import load_media
from pynopegl_utils.tests.cmp_cuepoints import test_cuepoints
from pynopegl_utils.tests.cuepoints_utils import get_debug_points
from pynopegl_utils.tests.data import (
LAYOUTS,
gen_floats,
Expand All @@ -31,7 +32,6 @@
get_field_scene,
match_fields,
)
from pynopegl_utils.tests.debug import get_debug_points
from pynopegl_utils.toolbox.colors import COLORS

import pynopegl as ngl
Expand Down
2 changes: 1 addition & 1 deletion tests/texture.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from pynopegl_utils.misc import get_shader, load_media
from pynopegl_utils.tests.cmp_cuepoints import test_cuepoints
from pynopegl_utils.tests.cmp_fingerprint import test_fingerprint
from pynopegl_utils.tests.debug import get_debug_points, get_grid_points
from pynopegl_utils.tests.cuepoints_utils import get_debug_points, get_grid_points
from pynopegl_utils.toolbox.colors import COLORS, get_random_color_buffer

import pynopegl as ngl
Expand Down

0 comments on commit e8b547b

Please sign in to comment.