lispci / fiveam

Common Lisp regression testing framework
BSD 3-Clause "New" or "Revised" License
186 stars 33 forks source link

Am I missing something, or is the basic `test` broken some time? #64

Closed digikar99 closed 4 years ago

digikar99 commented 4 years ago

This is supposed to work and pass right?

(defpackage :5am-demo
  (:use :cl :fiveam))

(in-package :5am-demo)

(test first-test
  (is (= 1 1)))

EDIT: No idea what was wrong; but deleting (all) my fasl files and recompiling worked fine.