ocf/tests/unit/framework
Slawomir_Jankowski 5d0a6fa05a UT cleanup and path update
**run tests script**: cleanup before UT starts;
usage of regular ocf_env files by symlinks.
**tests conifg**: add path to regular ocf_env files.

Signed-off-by: Slawomir_Jankowski <slawomir.jankowski@intel.com>
2019-10-01 14:26:38 +02:00
..
add_new_test_file.py Aesthetic changes 2019-10-01 14:24:16 +02:00
prepare_sources_for_testing.py Adapt all python code to PEP8 style standards 2019-06-13 17:55:41 +02:00
README Refactor tests directory 2019-01-18 03:12:49 -06:00
run_unit_tests.py UT cleanup and path update 2019-10-01 14:26:38 +02:00
tests_config.py UT cleanup and path update 2019-10-01 14:26:38 +02: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/'