ocf/tests/unit/framework
Kamil Lepek 827a115fa9 Gather all unit tests logs in single directory
Signed-off-by: Kamil Lepek <kamil.lepek94@gmail.com>
2019-05-17 11:35:33 +02:00
..
add_new_test_file.py Fixed script for generating UT templates 2019-01-24 05:16:16 -05:00
prepare_sources_for_testing.py Refactor tests directory 2019-01-18 03:12:49 -06:00
README Refactor tests directory 2019-01-18 03:12:49 -06:00
run_unit_tests.py Gather all unit tests logs in single directory 2019-05-17 11:35:33 +02:00
tests_config.py Refactor tests directory 2019-01-18 03:12:49 -06: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/'