ocf/tests/ut-framework
Robert Baldyga a8e1ce8cc5 Initial commit
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2018-11-29 15:14:21 +01:00
..
add_new_test_file.py Initial commit 2018-11-29 15:14:21 +01:00
prepare_sources_for_testing.py Initial commit 2018-11-29 15:14:21 +01:00
README Initial commit 2018-11-29 15:14:21 +01:00
run_unit_tests.py Initial commit 2018-11-29 15:14:21 +01:00
tests_config.py Initial commit 2018-11-29 15:14:21 +01:00

GENERATING NEW TEST
	To add new test, run "add_new_test_file.py" with two parameters:
		- tested file path (path must be relative to your current working dir)
		- tested function name
	Generated file name may be changed without any consequences.

	Good practise is to use "add_new_test_file.py" script from test directory (not framework),
	because it prepend appropriate license header.

RUNNING SINGLE TEST
	Executable tests files are stored by default in 'UT_dir/build/sources_to_test_repository/'