Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (20 loc) · 1019 Bytes

TODO.org

File metadata and controls

39 lines (20 loc) · 1019 Bytes
  • [X] better assertion context reporting (like, the line checked)
  • [X] loading from example files (that have their mode specified)
  • [X] python, c, java, javascript…

    more languages for test comment parsing

  • [X] test definition macro wrapper
  • [X] fix error reporting messages (strings are not properly displayed, also show both the assertion string in the string checked)
  • [X] more lang tests: php, shell, more?
  • [X] package name: ert-font-lock
  • [X] example file loading helper macro
  • [X] non-assertion comment line checking
  • [X] assertions in multiline comments
  • [X] use ert-set-test/make-ert-test for the macro
  • [ ] package (autoloads, commentary, README, etc)
  • [X] test with emacs 26.1, 27.1, 28.1 (lower dependency requirements)

    only works with 29.1 now because of ert’s dependency

  • [X] get rid of cl-lib (desctructuring-bind -> pcase)
  • [ ] use for more internal projects
  • [ ] announce
  • [ ] suggest for ELPA, discuss syntax highlighting tests in general