Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Release Checklist 7.0

Robby Findler edited this page Jul 26, 2018 · 48 revisions

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

Clone this wiki locally