aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts/generate_test_code.py
AgeCommit message (Expand)AuthorFilesLines
2018-08-06Replaced escaped_split() logic with regexAzim Khan1-12/+4
2018-08-06Make test function parsing robustAzim Khan1-21/+25
2018-08-06Fixed unit tests in test_generate_test_code.pyAzim Khan1-0/+1
2018-08-06Incorporated code revoew comments.Azim Khan1-35/+96
2018-08-06Fix style errors reported by pylintAzim Khan1-204/+301
2018-08-06Add test suite framework summaryAzim Khan1-12/+141
2018-08-06Rename HexParam_t -> data_t for consistent coding styleAzim Khan1-4/+4
2018-08-06Improve documentation in generate_test_code.pyAzim Khan1-70/+106
2018-08-06Wrap code to 79 character limitAzim Khan1-67/+115
2018-08-06Strip whitespaces added by decode() functionAzim Khan1-2/+3
2018-08-06Change intermediate data file extension to .dataxMohammad Azim Khan1-1/+1
2018-08-06Print line number with data file errorMohammad Azim Khan1-5/+7
2018-08-06Replace asserts with exceptions in generate_test_code.pyMohammad Azim Khan1-14/+35
2018-08-06Fix generate_test_code.py unit testsMohammad Azim Khan1-1/+1
2018-08-06Fix generation of #line directives in Python 2Gilles Peskine1-1/+8
2018-08-06Don't generate lines with only whitespaceGilles Peskine1-3/+3
2018-08-06Remove white spaces caught by check-files.pyMohammad Azim Khan1-17/+17
2018-08-06Python3 compatible generate_test_code.pyMohammad Azim Khan1-14/+10
2018-08-06Rename generate_code.py -> generate_test_code.pyMohammad Azim Khan1-0/+726