hyprovo
=======
**hyprovo** is a minimal (~160 LOC) testing framework for
`Hy <https://github.com/hylang/hy>`__ heavily inspired by the chapter on
`Practical: Building a Unit Test
Framework <https://gigamonkeys.com/book/practical-building-a-unit-test-framework.html>`__
in `Practical Common Lisp <https://gigamonkeys.com/book/>`__.
provo (Esperanto) ⇔ test (English)
Installation
------------
pypi (recommended)
~~~~~~~~~~~~~~~~~~
.. code:: bash
pip install hyprovo
Manual
~~~~~~
Install using ``setup.py`` (``--user`` is optional)
.. code:: bash
python3 setup.py install --user
or in development mode,
.. code:: bash
python3 setup.py develop --user
API
---
See `tutorial.ipynb <tutorial.ipynb>`__ for the documentation.
Tests
-----
Ensure ``hy`` is in the executable path. Run the ``tests.hy`` command
line script from inside the `tests <tests>`__ directory,
.. code:: bash
./tests.hy
A log file with the start timestamp will be created in the
`logs <tests/logs>`__ subdirectory.
--------------
GitHub Repository: https://github.com/prasxanth/hyprovo
Raw data
{
"_id": null,
"home_page": "",
"name": "hyprovo",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "unit testing,Hy",
"author": "Prashanth Kumar",
"author_email": "prasxanth.kumar@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ed/22/a2e8a62b15d3f95b1c657e61ec252d0c1ce6df0c18f3954ae2750940582c/hyprovo-0.22.tar.gz",
"platform": null,
"description": "hyprovo\n=======\n\n**hyprovo** is a minimal (~160 LOC) testing framework for\n`Hy <https://github.com/hylang/hy>`__ heavily inspired by the chapter on\n`Practical: Building a Unit Test\nFramework <https://gigamonkeys.com/book/practical-building-a-unit-test-framework.html>`__\nin `Practical Common Lisp <https://gigamonkeys.com/book/>`__.\n\n provo (Esperanto) \u21d4 test (English)\n\nInstallation\n------------\n\npypi (recommended)\n~~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n pip install hyprovo\n\nManual\n~~~~~~\n\nInstall using ``setup.py`` (``--user`` is optional)\n\n.. code:: bash\n\n python3 setup.py install --user\n\nor in development mode,\n\n.. code:: bash\n\n python3 setup.py develop --user\n\nAPI\n---\n\nSee `tutorial.ipynb <tutorial.ipynb>`__ for the documentation.\n\nTests\n-----\n\nEnsure ``hy`` is in the executable path. Run the ``tests.hy`` command\nline script from inside the `tests <tests>`__ directory,\n\n.. code:: bash\n\n ./tests.hy\n\nA log file with the start timestamp will be created in the\n`logs <tests/logs>`__ subdirectory.\n\n--------------\n\nGitHub Repository: https://github.com/prasxanth/hyprovo\n\n\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "A minimal unit testing framework in Hy",
"version": "0.22",
"project_urls": null,
"split_keywords": [
"unit testing",
"hy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ed22a2e8a62b15d3f95b1c657e61ec252d0c1ce6df0c18f3954ae2750940582c",
"md5": "6192154d7d10550ad671db030ffdaa3b",
"sha256": "2d553f9fa9c8ea4a37266ae4268f65dd1d1679bcd35c9890c53445b51b8c431c"
},
"downloads": -1,
"filename": "hyprovo-0.22.tar.gz",
"has_sig": false,
"md5_digest": "6192154d7d10550ad671db030ffdaa3b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2981,
"upload_time": "2023-06-15T19:07:41",
"upload_time_iso_8601": "2023-06-15T19:07:41.862035Z",
"url": "https://files.pythonhosted.org/packages/ed/22/a2e8a62b15d3f95b1c657e61ec252d0c1ce6df0c18f3954ae2750940582c/hyprovo-0.22.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-15 19:07:41",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "hyprovo"
}