The creation of new test cases is simplified by generating all necessary files and a stub test case in command_test.go. Previously only the directories were created. With this change, TESTNAME=my_new_test make command_test_case integrationtest will succeed, i.e. the generated test case passes.
Integration tests and their maintenance functions are documented.
This does two things:
command_test.go
. Previously only the directories were created. With this change,TESTNAME=my_new_test make command_test_case integrationtest
will succeed, i.e. the generated test case passes.