We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While attempting to run the testsuite with the cheshire package on Debian, lein test fails with:
lein test
Syntax error (ClassNotFoundException) compiling at (cheshire/test/generative.clj:15:1). clojure.data.generators
The version of test.generative on Debian is 1.0.0.
The text was updated successfully, but these errors were encountered:
Not sure this is right, but it does allow lein test :generative to run with 1.0.0 #198 Be happy to make adjustments if it's interesting.
lein test :generative
Sorry, something went wrong.
Oh, and I'm not very familiar with test.generative, but it looks like it may have changed its API a good bit since 0.1.4.
No branches or pull requests
While attempting to run the testsuite with the cheshire package on Debian,
lein test
fails with:The version of test.generative on Debian is 1.0.0.
The text was updated successfully, but these errors were encountered: