Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rove keeps building up state in the test suite #50

Open
AlbertoEAF opened this issue Sep 14, 2021 · 1 comment
Open

rove keeps building up state in the test suite #50

AlbertoEAF opened this issue Sep 14, 2021 · 1 comment

Comments

@AlbertoEAF
Copy link

AlbertoEAF commented Sep 14, 2021

If I use (deftest x ...forms) and then rename x or delete that deftest, the rove package-suite does not erase that.

The test suite for a given package should not keep adding state as at a certain point it has nothing to do with what tests are currently defined. Only works if the LISP system is started, runs rove tests once, and then is closed.

That is not good as launching a LISP system is slow, so the development becomes slower. Rove should allow us to run tests quickly with an ongoing SLIME session or other alive system.

This happens for a similar reason to #49 , the deftest adds the tests to a list of tests instead of replacing the old definitions in the package-suite struct.

@vindarel
Copy link
Contributor

Maybe similar issue as #35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants