guix/tests
Ludovic Courtès b3f213893b ui: Factorize command-line + env. var. option parsing.
* guix/ui.scm (%default-argument-handler, parse-command-line): New
  procedures.
  (environment-build-options): Make private.
* guix/scripts/archive.scm (guix-archive)[parse-options,
  parse-options-from]: Remove.  Use 'parse-command-line' instead.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/environment.scm (guix-environment): Likewise.
* guix/scripts/package.scm (guix-package): Likewise.
* guix/scripts/system.scm (guix-system): Likewise.
* tests/ui.scm (with-environment-variable): New macro.
  ("parse-command-line"): New test.
2015-02-26 00:04:36 +01:00
..
base32.scm
base64.scm
build-utils.scm
builders.scm tests: Skip tests that would fail due to the shebang length. 2015-02-24 00:01:34 +01:00
cpan.scm import: cpan: Update tests for dependency handling. 2015-02-20 16:05:15 -06:00
derivations.scm tests: Factorize the network reachability test. 2015-02-24 00:01:34 +01:00
gexp.scm gexp: Add #:graft? parameter to 'gexp->derivation'. 2015-02-13 23:19:49 +01:00
guix-archive.sh
guix-authenticate.sh
guix-build.sh
guix-daemon.sh
guix-download.sh
guix-gc.sh
guix-hash.sh
guix-lint.sh lint: Fix argument parsing when several packages are specified. 2015-01-28 14:00:58 +01:00
guix-package.sh tests: Skip tests that would fail due to the shebang length. 2015-02-24 00:01:34 +01:00
guix-register.sh tests: Skip 'guix-register' when the socket name length is exceeded. 2015-02-02 12:46:36 +01:00
guix-system.sh
hash.scm
lint.scm tests: Properly synchronize threads in the 'home-page' lint tests. 2015-01-13 11:09:05 +01:00
monads.scm monads: Add the state monad. 2015-01-17 23:45:48 +01:00
nar.scm serialization: Check for EOF and incomplete input conditions. 2015-02-07 23:16:55 +01:00
packages.scm tests: Skip tests that would fail due to the shebang length. 2015-02-24 00:01:34 +01:00
pk-crypto.scm
pki.scm
profiles.scm profiles: Report "pseudo-upgrades" as upgrades, not downgrades. 2015-02-09 18:18:41 +01:00
pypi.scm tests: import: Factorize utility function. 2015-01-09 10:38:25 -06:00
records.scm records: Add support for delayed fields. 2015-01-19 23:30:42 +01:00
sets.scm Add (guix sets). 2015-01-11 23:50:01 +01:00
signing-key.pub
signing-key.sec
snix.scm
store.scm tests: Don't dump the list of dead items in the test log. 2015-02-02 12:46:36 +01:00
substitute-binary.scm
syscalls.scm tests: Adjust syscall tests for 2.6ish Linux. 2015-01-19 15:44:12 +01:00
test.drv
ui.scm ui: Factorize command-line + env. var. option parsing. 2015-02-26 00:04:36 +01:00
union.scm tests: Factorize the network reachability test. 2015-02-24 00:01:34 +01:00
utils.scm