test-check-clojure 1.1.0-2 source package in Ubuntu
Changelog
test-check-clojure (1.1.0-2) unstable; urgency=medium * Team upload. * d/tests: allow-stderr. (Closes: #1027392) -- Louis-Philippe VĂ©ronneau <email address hidden> Fri, 06 Jan 2023 16:53:06 -0500
Upload details
- Uploaded by:
- Debian Clojure Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Clojure Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
test-check-clojure_1.1.0-2.dsc | 1.5 KiB | 2d80e5d8a4e6f032743d37c3f52f481999bb5ed36d002533b0a06fbe24e7dc84 |
test-check-clojure_1.1.0.orig.tar.xz | 71.0 KiB | 73f957653d539be31226120d2fd5b6fd2c729a52caabe5945d890c44b082ef35 |
test-check-clojure_1.1.0-2.debian.tar.xz | 7.7 KiB | 4b51e085d0e6a2395a8b6ab6ee2a47b6050d3b0d9f96ac6f3a87f17745d33e6b |
Available diffs
- diff from 1.1.0-1 to 1.1.0-2 (408 bytes)
No changes file available.
Binary packages built by this source
- libtest-check-clojure: Clojure property-based testing tool inspired by QuickCheck
The core idea of test.check is that instead of enumerating expected
input and output for unit tests, you write properties about your
function that should hold true for all inputs, allowing you to write
concise, powerful tests.