Adding NoRenderingMode unit test and copyright message for other unit tests

This commit is contained in:
JoseM98 2024-05-02 12:48:38 +02:00 committed by Blyron
parent 4cf2c64a23
commit 7e35eec00a
3 changed files with 1151 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
# Copyright (c) 2024 Computer Vision Center (CVC) at the Universitat Autonoma de
# Barcelona (UAB).
#
# This work is licensed under the terms of the MIT license.
# For a copy, see <https://opensource.org/licenses/MIT>.
from __future__ import print_function
import unittest
import glob

View File

@ -1,3 +1,9 @@
# Copyright (c) 2024 Computer Vision Center (CVC) at the Universitat Autonoma de
# Barcelona (UAB).
#
# This work is licensed under the terms of the MIT license.
# For a copy, see <https://opensource.org/licenses/MIT>.
from __future__ import print_function
import unittest
import glob