test:
	python3 -m unittest tests/*Tests.py

unit-test:
	python3 -m unittest tests/updatorUnitTests.py

integration-test:
	python3 -m unittest tests/updatorTests.py

only-test:
	python3 -m unittest tests.updatorUnitTests.ReplaceFuncParamsTests.test_replace_params_positions_when_function_was_assigned
# 	python3 -m unittest tests.updatorUnitTests.ChangeFuncReturnTests.test_change_func_return_from_value_to_list_of_vars
# 	python3 -m unittest tests.updatorUnitTests.RenameFunctionTests.test_apply_rule_change_function_inside_rule_inside_rule
