[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/26: gnu: Add perl6-test-mock.
From: |
guix-commits |
Subject: |
22/26: gnu: Add perl6-test-mock. |
Date: |
Sat, 23 Mar 2019 16:31:47 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 979df8c45256f88f8d1e7cf3c42ef407bf8ea2c3
Author: Efraim Flashner <address@hidden>
Date: Sun Mar 10 21:40:56 2019 +0200
gnu: Add perl6-test-mock.
* gnu/packages/perl6.scm (perl6-test-mock): New variable.
---
gnu/packages/perl6.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 8c6c27a..cf8a400 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -579,6 +579,33 @@ minimal wrapper around an instance of this module.")
some confidence that they have a working distribution META description file.")
(license license:artistic2.0)))
+(define-public perl6-test-mock
+ (package
+ (name "perl6-test-mock")
+ (version "1.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jnthn/test-mock")
+ ;; The commit where 1.5 was "tagged"
+ (commit "6eddb42f73f40b9ac29c14badb41ce4a04d876f2")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "07yr3qimc8fl29p23562ayj2j9h53madcnf9sgqvgf2kcprh0zd2"))))
+ (build-system rakudo-build-system)
+ (propagated-inputs
+ `(("perl6-oo-monitors" ,perl6-oo-monitors)))
+ (home-page "https://github.com/jnthn/test-mock")
+ (synopsis "Module for simply generating and checking mock objects")
+ (description "@code{Test::Mock} is a module that works alongside the
+standard Test module to help you write tests when you want to verify what
+methods are called on an object, while still having calls to undefined methods
+die. You get started just as normal with the test file, but also add a use
+statement for @code{Test::Mock}.")
+ (license license:artistic2.0)))
+
(define-public perl6-uri
(package
(name "perl6-uri")
- branch master updated (38a3f4d -> f0f3f70), guix-commits, 2019/03/23
- 17/26: gnu: Add perl6-xml-writer., guix-commits, 2019/03/23
- 15/26: gnu: Add perl6-license-spdx., guix-commits, 2019/03/23
- 22/26: gnu: Add perl6-test-mock.,
guix-commits <=
- 19/26: gnu: Add perl6-svg-plot., guix-commits, 2019/03/23
- 21/26: gnu: Add perl6-oo-monitors., guix-commits, 2019/03/23
- 18/26: gnu: Add perl6-svg., guix-commits, 2019/03/23
- 13/26: gnu: Add perl6-json-class., guix-commits, 2019/03/23
- 16/26: gnu: Add perl6-test-meta., guix-commits, 2019/03/23
- 24/26: gnu: Add perl6-grammar-debugger., guix-commits, 2019/03/23
- 25/26: gnu: Add perl6-mime-base64., guix-commits, 2019/03/23
- 23/26: gnu: Add perl6-grammar-profiler-simple., guix-commits, 2019/03/23
- 26/26: gnu: Add perl6-json., guix-commits, 2019/03/23
- 20/26: gnu: Add perl6-terminal-ansicolor., guix-commits, 2019/03/23