summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
Commit message (Collapse)AuthorAge
* gnu: python-scripttest: Use pypi uri.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
* gnu: python-pytest-xdist: Update to 1.25.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-pytest-xdist): Update to 1.25.0. [source]: Update source uri.
* gnu: python-pytest-cov: Update to 2.6.0.Efraim Flashner2019-01-05
| | | | * gnu/packages/check.scm (python-pytest-cov): Update to 2.6.0.
* gnu: python-subunit: Update to 1.3.0.Efraim Flashner2019-01-05
| | | | | * gnu/packages/check.scm (python-subunit): Update to 1.3.0. [home-page]: Use https.
* gnu: unittest-cpp: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (unittest-cpp)[source]: Use 'git-fetch'.
* gnu: python-pyhamcrest: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (python-pyhamcrest)[source]: Use 'git-fetch'.
* gnu: python-testpath: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (python-testpath)[source]: Use 'git-fetch'.
* gnu: cppcheck: Update to 1.86.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.86.
* gnu: cppcheck: Enable tests.Efraim Flashner2018-12-20
| | | | | * gnu/packages/check.scm (cppcheck)[arguments]: Add configure-flag to enable tests.
* gnu: cppcheck: Use 'git-fetch'.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (cppcheck)[source]: Use 'git-fetch'.
* gnu: catch2: Use git-fetch.Efraim Flashner2018-12-20
| | | | * gnu/packages/check.scm (catch2)[source]: Use git-fetch.
* gnu: Add python-pytest-sugar.Christopher Baines2018-12-12
| | | | | | This is required to update python-amqp and python-kombu. * gnu/packages/check.scm (check): New variable.
* gnu: python-pytest-localserver: Update to 0.5.0.Efraim Flashner2018-11-18
| | | | * gnu/packages/check.scm (python-pytest-localserver): Update to 0.5.0.
* gnu: python-pytest-localserver: Fix test suite.Efraim Flashner2018-11-18
| | | | | * gnu/packages/check.scm (python-pytest-localserver): Replace custom 'check phase.
* gnu: Add libfaketime.Ludovic Courtès2018-11-17
| | | | * gnu/packages/check.scm (libfaketime): New variable.
* gnu: check: Return #t from all phases.Mark H Weaver2018-11-14
| | | | | | | * gnu/packages/check.scm (cmdtest, python-pytest-cov, python-fixtures) (python-pytest-localserver, python-pytest-flakes) (python2-coverage-test-runner, python-pylint, python-behave-web-api): Return #t from all phases, and use invoke where appropriate.
* Merge branch 'master' into core-updatesMarius Bakke2018-11-05
|\
| * gnu: cppcheck: Update to 1.85.Tobias Geerinckx-Rice2018-10-23
| | | | | | | | * gnu/packages/check.scm (cppcheck): Update to 1.85.
* | gnu: python-flake8: Update to 3.6.0.Marius Bakke2018-10-24
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-hypothesis)[native-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-3.5. * gnu/packages/python.scm (python-flake8, python2-flake8): Rename to ... (python-flake8-3.5, python2-flake8-3.5): ... this. (python-flake8, python2-flake8): New public variables.
* | gnu: python-testtools: Fix regression in test suite.Efraim Flashner2018-10-11
| | | | | | | | | | | | * gnu/packages/check.scm (python-testtools)[source]: Add patch. * gnu/packages/patches/python-testtools.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-26
|\|
| * gnu: python-nose-timer: Update to 0.7.3.Tobias Geerinckx-Rice2018-09-25
| | | | | | | | * gnu/packages/check.scm (python-nose-timer): Update to 0.7.3.
* | gnu: python-hypothesis: Update to 3.70.3.Marius Bakke2018-09-09
| | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.70.3.
* | gnu: python-pytest: Update to 3.8.0.Marius Bakke2018-09-09
| | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.8.0.
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-03
|\|
| * gnu: cmocka: Update to 1.1.2.Tobias Geerinckx-Rice2018-08-30
| | | | | | | | * gnu/packages/check.scm (cmocka): Update to 1.1.2.
* | gnu: python-pytest: Run the tests again.Marius Bakke2018-08-21
| | | | | | | | | | | | | | "python setup.py test" is ineffective since 3.6.x. The circle is complete. * gnu/packages/check.scm (python-pytest)[arguments]: Override 'check' phase. [native-inputs]: Add PYTHON-PYTEST-BOOTSTRAP.
* | gnu: python-hypothesis: Update to 3.68.2.Marius Bakke2018-08-21
| | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.68.2.
* | gnu: python-pytest: Update to 3.7.2.Marius Bakke2018-08-21
| | | | | | | | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.7.2. (python2-pytest)[propagated-inputs]: Add PYTHON2-PATHLIB. (python2-pytest-bootstrap)[propagated-inputs]: Add PYTHON-PATHLIB2-BOOTSTRAP. * gnu/packages/python.scm (python2-pathlib2-bootstrap): New public variable.
* | Merge branch 'master' into core-updatesMarius Bakke2018-08-01
|\|
| * gnu: Add python-codecov.Efraim Flashner2018-07-29
| | | | | | | | * gnu/packages/check.scm (python-codecov): New variable.
* | gnu: python-pytest: Update to 3.6.4.Marius Bakke2018-07-28
| | | | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.6.4. [native-inputs]: Remove PYTHON-INVOKE.
* | gnu: python-pytest-mock: Update to 1.10.0.Marius Bakke2018-07-28
| | | | | | | | * gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
* | gnu: python-pytest: Update to 3.6.3.Marius Bakke2018-07-28
| | | | | | | | | | | | * gnu/packages/check.scm (python-pytest): Update to 3.6.3. [propagated-inputs]: Add PYTHON-ATOMICWRITES. [native-inputs]: Add PYTHON-INVOKE.
* | gnu: python-pytest-cov: Update to 2.5.1.Marius Bakke2018-07-28
| | | | | | | | * gnu/packages/check.scm (python-pytest-cov): Update to 2.5.1.
* | gnu: python-hypothesis: Update to 3.66.6.Marius Bakke2018-07-28
| | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.66.6.
* | gnu: python-pytest-runner: Update to 4.2.Marius Bakke2018-07-28
|/ | | | | * gnu/packages/check.scm (python-pytest-runner): Update to 4.2. [arguments]: Remove.
* gnu: python-freezegun: Update to 0.3.10.Tobias Geerinckx-Rice2018-06-14
| | | | * gnu/packages/check.scm (python-freezegun): Update to 0.3.10.
* gnu: python-freezegun: Return #t from phase.Tobias Geerinckx-Rice2018-06-14
| | | | | * gnu/packages/check.scm (python-freezegun)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: cppcheck: Update to 1.84.Tobias Geerinckx-Rice2018-06-14
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.84.
* gnu: python-nose-timer: Update to 0.7.2.Tobias Geerinckx-Rice2018-06-14
| | | | | | | | * gnu/packages/check.scm (python-nose-timer): Update to 0.7.2. [source]: Remove patch... * gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: ...delete file... * gnu/local.mk (dist_patch_DATA): ...and remove it.
* Merge branch 'master' into core-updatesMark H Weaver2018-05-28
|\
| * gnu: Add catch-framework2.Fis Trivial2018-05-28
| | | | | | | | | | | | * gnu/packages/check.scm (catch-framework2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updatesMarius Bakke2018-05-06
|\|
| * gnu: znc: Update to 1.7.0.Tobias Geerinckx-Rice2018-05-02
| | | | | | | | | | | | | | * gnu/packages/messaging.scm (znc): Update to 1.7.0. [native-inputs]: Replace GOOGLETEST source input with a newer git checkout. [arguments]: Adjust the ‘unpack-googletest’ phase accordingly. Add ‘--with-gmock=...’ to #:configure-flags.
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gnu: Add unittest-cpp.Fis Trivial2018-04-08
| | | | | | | | | | | | * gnu/packages/check.scm (unittest-cpp): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: cppcheck: Update to 1.83.Tobias Geerinckx-Rice2018-04-05
| | | | | | | | * gnu/packages/check.scm (cppcheck): Update to 1.83.
* | gnu: python-pytest: Update to 3.5.0.Arun Isaac2018-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-six): Replace system* with invoke. (python-six-bootstrap, python2-six-bootstrap, python2-funcsigs-bootstrap): New variables. (python-more-itertools)[propagated-inputs]: Replace python-six with python-six-bootstrap. * gnu/packages/check.scm (python-pytest): Update to 3.5.0. [propagated-inputs]: Add python-attrs-bootstrap, python-more-itertools-bootstrap, python-pluggy and python-six-bootstrap. [properties]: Add python2-variant. (python2-pytest)[propagated-inputs]: Add python2-funcsigs. (python-pytest-bootstrap)[properties]: Add python2-variant. (python2-pytest-bootstrap)[propagated-inputs]: Add python2-funcsigs-bootstrap.
* | gnu: python-hypothesis: Update to 3.52.0.Arun Isaac2018-03-31
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (python-hypothesis): Update to 3.52.0. [propagated-inputs]: Add python-attrs and python-coverage. [home-page]: Update URI. * gnu/packages/python.scm (python-attrs-bootstrap, python2-attrs-bootstrap): New variables.