1. 3c546f7 Test that generate_test_code.py is still compatible with Python 2 by Gilles Peskine · 4 years, 2 months ago
  2. a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 4 years, 11 months ago
  3. f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  4. 399b82f Pylint: minor code simplifications by Gilles Peskine · 5 years ago
  5. 5d1dfd4 Pylint: abide by useless-object-inheritance warnings by Gilles Peskine · 5 years ago
  6. afd19dd Silence pylint by Gilles Peskine · 6 years ago
  7. 016f925 Separate REGEX of MACRO to groups by Ron Eldor · 7 years ago
  8. a2579be Add conditional dependency to tests by Ron Eldor · 7 years ago
  9. 5cb7017 Less obscure test suites template by Mohammad Azim Khan · 7 years ago
  10. d2d0112 Style fixes by Mohammad Azim Khan · 7 years ago
  11. 440d873 Fix macro validation regex by Mohammad Azim Khan · 7 years ago
  12. 32cbcda Fix Pylint errors in Python scripts by Mohammad Azim Khan · 7 years ago
  13. 6302813 Replaced escaped_split() logic with regex by Azim Khan · 7 years ago
  14. fcdf685 Make test function parsing robust by Azim Khan · 7 years ago
  15. 4084ec7 Fixed unit tests in test_generate_test_code.py by Azim Khan · 7 years ago
  16. 8d686bf Incorporated code revoew comments. by Azim Khan · 7 years ago
  17. b31aa44 Fix style errors reported by pylint by Azim Khan · 7 years ago
  18. aee05bb Add test suite framework summary by Azim Khan · 7 years ago
  19. 5fcca46 Rename HexParam_t -> data_t for consistent coding style by Azim Khan · 7 years ago
  20. e3b26af Improve documentation in generate_test_code.py by Azim Khan · 7 years ago
  21. 040b6a2 Wrap code to 79 character limit by Azim Khan · 7 years ago
  22. 936ea93 Strip whitespaces added by decode() function by Azim Khan · 7 years ago
  23. 00c4b09 Change intermediate data file extension to .datax by Mohammad Azim Khan · 7 years ago
  24. 8f6e8cf Print line number with data file error by Mohammad Azim Khan · 7 years ago
  25. 3b06f22 Replace asserts with exceptions in generate_test_code.py by Mohammad Azim Khan · 7 years ago
  26. c3521df Fix generate_test_code.py unit tests by Mohammad Azim Khan · 7 years ago
  27. 667f7f8 Fix generation of #line directives in Python 2 by Gilles Peskine · 7 years ago
  28. 7776141 Don't generate lines with only whitespace by Gilles Peskine · 7 years ago
  29. b73159d Remove white spaces caught by check-files.py by Mohammad Azim Khan · 7 years ago
  30. 1ec7e6f Python3 compatible generate_test_code.py by Mohammad Azim Khan · 7 years ago
  31. 78befd9 Rename generate_code.py -> generate_test_code.py by Mohammad Azim Khan · 7 years ago[Renamed (99%) from tests/scripts/generate_code.py]
  32. b522929 Add support for per test suite helper functions by Mohammad Azim Khan · 7 years ago
  33. f0e42fb Add missing documentation and fix file doc strings by Azim Khan · 8 years ago
  34. 9540261 Incorporated code review comments by Mohammad Azim Khan · 8 years ago
  35. d61b837 Update unit tests for change in test suites code generator by Azim Khan · 8 years ago
  36. b1c2d0f Use switch instead if if-else for dependency and expression checks. by Azim Khan · 8 years ago
  37. 599cd24 Update unit tests for code generator and make code generator more testable. by Azim Khan · 8 years ago
  38. acc5473 Use FileWrapper class in place of file where line number is required by Azim Khan · 8 years ago
  39. 5e2ac1f Updated generate_code.py unit tests by Azim Khan · 8 years ago
  40. 4b54323 Unit test generate_copy.py by Azim Khan · 8 years ago
  41. 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 8 years ago
  42. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 8 years ago
  43. 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 8 years ago[Renamed from tests/scripts/gen_mbed_code.py]
  44. 2397bba Update test generator for use of struct for hex parameters by Azim Khan · 8 years ago
  45. a57a420 Add hex parameter dispatch by Azim Khan · 8 years ago
  46. fff4904 mbed-os test code generator by Mohammad Azim Khan · 8 years ago