test-check-clojure 1.1.1-1 source package in Ubuntu
Changelog
test-check-clojure (1.1.1-1) unstable; urgency=medium * Team upload. * New upstream version 1.1.1 * d/copyright: update from new notices * d/control: + build using headless jre + bump Standards-Version, no changes needed - drop unneeded nrepl build-dep * d/patches: update for new upstream release * d/rules: + install upstream changelog correctly + honor nocheck build flag + improve clean target (Closes: #1046900) * d/watch: update tag format, switch to recommended -- Jérôme Charaoui <email address hidden> Wed, 02 Apr 2025 00:02:27 -0400
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 | |
---|---|---|---|---|
Questing | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
test-check-clojure_1.1.1-1.dsc | 1.5 KiB | ec76d329de7a809384b2ad43edeb43967a46dd9500051bca04f0a8cf671a4aa7 |
test-check-clojure_1.1.1.orig.tar.gz | 83.4 KiB | 72f6833769759ab67a72b43a4ebcefe3d99ca1c16a14a9f29f65af75503c0018 |
test-check-clojure_1.1.1-1.debian.tar.xz | 8.1 KiB | abe7af4a8e470529dfdfdd6ee3a24171045cd06a9e0ee0aa5ba5001d68f95fd4 |
Available diffs
- diff from 1.1.0-2 to 1.1.1-1 (4.1 KiB)
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.