Release Checklist 7.0 - racket/racket GitHub Wiki

Testing

  • {Ryan Culpepper [email protected]}

    • Macro Debugger Tests

      racket -l tests/macro-debugger/all-tests.rkt -- --gui
      
    • syntax-parse Tests

      raco test -c tests/stxparse
      
    • RackUnit GUI Tests

      # not automated
      
    • Data Tests

      raco test -c tests/data
      
    • DB Tests

      # basic tests with sqlite3; other tests require local software & configuration
      racket -l tests/db/all-tests
      
    • Rackunit Tests

      # note: some tests are intended to fail
      racket -l tests/rackunit/run-tests
      
    • SRFI Tests

      racket -l tests/srfi/run-tests
      
  • {Doug Williams [email protected]}

    • Additional Plot Tests