unit_testing


Nameunit_testing JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://pypi.org/project/5G00EV17-3001_unit-testing/
SummaryAn example project for showcasing unit testing.
upload_time2023-10-03 07:49:07
maintainerLari Liuhamo
docs_urlNone
authorLari Liuhamo
requires_python>=3.11.0,<4.0.0
licenseMIT
keywords python3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 5G00EV17-3001 Unit testing

An example project for showcasing unit testing.

|   Category   |  Badges  |
|:------------:|---|
| **PyPI**     | ![Python versions](https://img.shields.io/pypi/pyversions/5G00EV17-3001_unit-testing?logo=python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/5G00EV17-3001_unit-testing) |
| **Tests**    | [![codecov](https://codecov.io/gh/Diapolo10/5G00EV17-3001_unit-testing/branch/main/graph/badge.svg?token=FpaCuVjOAB)](https://codecov.io/gh/Diapolo10/5G00EV17-3001_unit-testing) ![Unit tests](https://github.com/diapolo10/5G00EV17-3001_unit-testing/workflows/Unit%20tests/badge.svg) ![Unit tests](https://github.com/diapolo10/5G00EV17-3001_unit-testing/workflows/Pylint/badge.svg) ![Unit tests](https://github.com/diapolo10/5G00EV17-3001_unit-testing/workflows/Flake8/badge.svg) |
| **Activity** | ![GitHub contributors](https://img.shields.io/github/contributors/diapolo10/5G00EV17-3001_unit-testing) ![Last commit](https://img.shields.io/github/last-commit/diapolo10/5G00EV17-3001_unit-testing?logo=github)
| **QA**       | [![CodeFactor](https://www.codefactor.io/repository/github/diapolo10/5G00EV17-3001_unit-testing/badge?logo=codefactor)](https://www.codefactor.io/repository/github/diapolo10/5G00EV17-3001_unit-testing) [![Rating](https://img.shields.io/librariesio/sourcerank/pypi/5G00EV17-3001_unit-testing)](https://libraries.io/github/Diapolo10/5G00EV17-3001_unit-testing/sourcerank) |
| **Other**    | [![License](https://img.shields.io/github/license/diapolo10/5G00EV17-3001_unit-testing)](https://opensource.org/licenses/MIT) ![Repository size](https://img.shields.io/github/repo-size/diapolo10/5G00EV17-3001_unit-testing?logo=github) ![Code size](https://img.shields.io/github/languages/code-size/diapolo10/5G00EV17-3001_unit-testing?logo=github) ![Lines of code](https://img.shields.io/tokei/lines/github/diapolo10/5G00EV17-3001_unit-testing?logo=github) |

-------------------------------------------------------------------------------

## Description

This project showcases how unit testing works by implementing a very simple
Python library, and adding unit tests to it. The project uses Pytest.

## Getting Started

### Dependencies

The main project has no library dependencies, but the actual unit testing
part relies on several packages listed in
[`pyproject.toml`][pyproject.toml]. But in general, you'll need:

- Python 3.11 or newer
- Poetry

The project is automatically tested on the latest versions of Windows,
Mac OS, and Ubuntu, and it has also been tested on both CPython
and PyPy. Using other implementations or operating systems
may work, but is not guaranteed.

### Installation

Please see the documentation [here][installation].

### Running unit tests

Please see the documentation [here][running unit tests].

## Version history

The project's changelog can be found [here][changelog].

## License

This project is licensed under the MIT license - see the [`LICENSE`][license]-file for details.

## Acknowledgements

Inspiration, code snippets, debugging help, etc.

- My fellow team members

[pyproject.toml]: ./pyproject.toml
[installation]: ./docs/installation.md
[running unit tests]: ./docs/running_unit_tests.md
[changelog]: ./CHANGELOG.md
[license]: ./LICENSE

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/5G00EV17-3001_unit-testing/",
    "name": "unit_testing",
    "maintainer": "Lari Liuhamo",
    "docs_url": null,
    "requires_python": ">=3.11.0,<4.0.0",
    "maintainer_email": "lari.liuhamo+pypi@gmail.com",
    "keywords": "python3",
    "author": "Lari Liuhamo",
    "author_email": "lari.liuhamo+pypi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c0/be/eb703f90154f3d06c1c2f93b4329da672e9f6b8db5d0ddfcfe8d61309ccb/unit_testing-1.0.3.tar.gz",
    "platform": null,
    "description": "# 5G00EV17-3001 Unit testing\n\nAn example project for showcasing unit testing.\n\n|   Category   |  Badges  |\n|:------------:|---|\n| **PyPI**     | ![Python versions](https://img.shields.io/pypi/pyversions/5G00EV17-3001_unit-testing?logo=python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/5G00EV17-3001_unit-testing) |\n| **Tests**    | [![codecov](https://codecov.io/gh/Diapolo10/5G00EV17-3001_unit-testing/branch/main/graph/badge.svg?token=FpaCuVjOAB)](https://codecov.io/gh/Diapolo10/5G00EV17-3001_unit-testing) ![Unit tests](https://github.com/diapolo10/5G00EV17-3001_unit-testing/workflows/Unit%20tests/badge.svg) ![Unit tests](https://github.com/diapolo10/5G00EV17-3001_unit-testing/workflows/Pylint/badge.svg) ![Unit tests](https://github.com/diapolo10/5G00EV17-3001_unit-testing/workflows/Flake8/badge.svg) |\n| **Activity** | ![GitHub contributors](https://img.shields.io/github/contributors/diapolo10/5G00EV17-3001_unit-testing) ![Last commit](https://img.shields.io/github/last-commit/diapolo10/5G00EV17-3001_unit-testing?logo=github)\n| **QA**       | [![CodeFactor](https://www.codefactor.io/repository/github/diapolo10/5G00EV17-3001_unit-testing/badge?logo=codefactor)](https://www.codefactor.io/repository/github/diapolo10/5G00EV17-3001_unit-testing) [![Rating](https://img.shields.io/librariesio/sourcerank/pypi/5G00EV17-3001_unit-testing)](https://libraries.io/github/Diapolo10/5G00EV17-3001_unit-testing/sourcerank) |\n| **Other**    | [![License](https://img.shields.io/github/license/diapolo10/5G00EV17-3001_unit-testing)](https://opensource.org/licenses/MIT) ![Repository size](https://img.shields.io/github/repo-size/diapolo10/5G00EV17-3001_unit-testing?logo=github) ![Code size](https://img.shields.io/github/languages/code-size/diapolo10/5G00EV17-3001_unit-testing?logo=github) ![Lines of code](https://img.shields.io/tokei/lines/github/diapolo10/5G00EV17-3001_unit-testing?logo=github) |\n\n-------------------------------------------------------------------------------\n\n## Description\n\nThis project showcases how unit testing works by implementing a very simple\nPython library, and adding unit tests to it. The project uses Pytest.\n\n## Getting Started\n\n### Dependencies\n\nThe main project has no library dependencies, but the actual unit testing\npart relies on several packages listed in\n[`pyproject.toml`][pyproject.toml]. But in general, you'll need:\n\n- Python 3.11 or newer\n- Poetry\n\nThe project is automatically tested on the latest versions of Windows,\nMac OS, and Ubuntu, and it has also been tested on both CPython\nand PyPy. Using other implementations or operating systems\nmay work, but is not guaranteed.\n\n### Installation\n\nPlease see the documentation [here][installation].\n\n### Running unit tests\n\nPlease see the documentation [here][running unit tests].\n\n## Version history\n\nThe project's changelog can be found [here][changelog].\n\n## License\n\nThis project is licensed under the MIT license - see the [`LICENSE`][license]-file for details.\n\n## Acknowledgements\n\nInspiration, code snippets, debugging help, etc.\n\n- My fellow team members\n\n[pyproject.toml]: ./pyproject.toml\n[installation]: ./docs/installation.md\n[running unit tests]: ./docs/running_unit_tests.md\n[changelog]: ./CHANGELOG.md\n[license]: ./LICENSE\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An example project for showcasing unit testing.",
    "version": "1.0.3",
    "project_urls": {
        "Changelog": "https://github.com/Diapolo10/unit_testing/blob/main/CHANGELOG.md",
        "Documentation": "https://github.com/Diapolo10/5G00EV17-3001_unit-testing/tree/main/docs",
        "Homepage": "https://pypi.org/project/5G00EV17-3001_unit-testing/",
        "Repository": "https://github.com/Diapolo10/5G00EV17-3001_unit-testing",
        "Source code": "https://github.com/Diapolo10/unit_testing",
        "Tracker": "https://github.com/Diapolo10/unit_testing/issues"
    },
    "split_keywords": [
        "python3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce5b7f4a276a2e3fabd7069532035dd8121006cf0908571d0ae41d71b68c6fed",
                "md5": "e995007a97c3c5852440704c5b069325",
                "sha256": "b62c6b59e3fa191d272a80d5593e7b08a88077985b58e11b69ce584e78b1f06b"
            },
            "downloads": -1,
            "filename": "unit_testing-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e995007a97c3c5852440704c5b069325",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11.0,<4.0.0",
            "size": 6923,
            "upload_time": "2023-10-03T07:49:05",
            "upload_time_iso_8601": "2023-10-03T07:49:05.972456Z",
            "url": "https://files.pythonhosted.org/packages/ce/5b/7f4a276a2e3fabd7069532035dd8121006cf0908571d0ae41d71b68c6fed/unit_testing-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0beeb703f90154f3d06c1c2f93b4329da672e9f6b8db5d0ddfcfe8d61309ccb",
                "md5": "2f7ea98f7b41bc28cb9465eebfb9b700",
                "sha256": "75fdc005ff96d9cadb7e5e1f9267cc8cb4a3409b9146ee25b017d78acdb356c5"
            },
            "downloads": -1,
            "filename": "unit_testing-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2f7ea98f7b41bc28cb9465eebfb9b700",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11.0,<4.0.0",
            "size": 6834,
            "upload_time": "2023-10-03T07:49:07",
            "upload_time_iso_8601": "2023-10-03T07:49:07.041391Z",
            "url": "https://files.pythonhosted.org/packages/c0/be/eb703f90154f3d06c1c2f93b4329da672e9f6b8db5d0ddfcfe8d61309ccb/unit_testing-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-03 07:49:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Diapolo10",
    "github_project": "unit_testing",
    "github_not_found": true,
    "lcname": "unit_testing"
}
        
Elapsed time: 0.12039s