Warning, /graphics/digikam/core/tests/README is written in an unsupported language. File is not indexed.

0001 Unit-tests, command line tools, and GUI tools listed by modules.
0002 
0003 * File Naming Conventions:
0004 
0005 - Unit-Tests pattern:                   *_utest.cpp/.h
0006 - Command line tools pattern:           *_cli.cpp/.h
0007 - Graphic user interface tools pattern: *_gui.cpp/.h
0008 
0009 The front of file name must describe the goal of the tests/tools.
0010 
0011 * All test implementations must uses DIGIKAM_TESTS_LOG QtDebug space defined in digikam_debug.h.
0012   To show debug traces on the console, turn on the env. variable QT_LOGGING_RULES with "digikam*=true".
0013 
0014 * No need to support translations in this area.
0015 
0016 * With command line tools, try to use QCoreApplication instead QApplication when possible.
0017 
0018 * All data test files must be hosted on this git LFS based repository:
0019 https://invent.kde.org/graphics/digikam-test-data
0020 
0021 See class from dtestdatadir.h to manage data test files at run-time, from developer computer and on CI VM.