senaps-asapi


Namesenaps-asapi JSON
Version 4.3.0 PyPI version JSON
download
home_pageNone
SummaryAnalysis Services model integration library.
upload_time2024-12-04 22:55:13
maintainerNone
docs_urlNone
authorMac Coombe
requires_python>=3.7
licenseNone
keywords models
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Unit testing:

Unit tests may be run with the following command:

    python -m unittest discover

## Unit testing with Docker

With this method, you can test using the same environment that as-models-api natively runs in.

By default, we provide a `docker-compose.yml` file that will run the unittests on both Python 2.7 and Python 3.5

To run the tests on the working copy of your source:

    docker-compose up

The first run will take a while to pull down and build the images. Subsequent runs should be very fast.

# Coverage Reporting:

Coverage reporting is handled by the Python [coverage](https://coverage.readthedocs.io)
library. If necessary, it can be installed as follows:

    sudo pip install coverage

An HTML coverage report can then be generated with these commands:

    coverage run -m unittest discover
    coverage html

The results will be placed in the '/htmlcov' directory.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "senaps-asapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "models",
    "author": "Mac Coombe",
    "author_email": "Mac Coombe <mac.coombe@csiro.au>",
    "download_url": "https://files.pythonhosted.org/packages/74/b6/6195c7916f4729267ad1a4223eba1f9ef77ce2c710f99c4d3e2569b95349/senaps_asapi-4.3.0.tar.gz",
    "platform": null,
    "description": "\n# Unit testing:\n\nUnit tests may be run with the following command:\n\n    python -m unittest discover\n\n## Unit testing with Docker\n\nWith this method, you can test using the same environment that as-models-api natively runs in.\n\nBy default, we provide a `docker-compose.yml` file that will run the unittests on both Python 2.7 and Python 3.5\n\nTo run the tests on the working copy of your source:\n\n    docker-compose up\n\nThe first run will take a while to pull down and build the images. Subsequent runs should be very fast.\n\n# Coverage Reporting:\n\nCoverage reporting is handled by the Python [coverage](https://coverage.readthedocs.io)\nlibrary. If necessary, it can be installed as follows:\n\n    sudo pip install coverage\n\nAn HTML coverage report can then be generated with these commands:\n\n    coverage run -m unittest discover\n    coverage html\n\nThe results will be placed in the '/htmlcov' directory.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Analysis Services model integration library.",
    "version": "4.3.0",
    "project_urls": null,
    "split_keywords": [
        "models"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c1199f450b9c3cffc4ff19a8b5520302095d0f6e75088db6feb8f779e658527",
                "md5": "d0c759c66a70ec2892ae3ac067eeba57",
                "sha256": "ae720d79f10813f3a3cf87138768ad52f2b17fe33e0b8c673980c73ebd1b02fe"
            },
            "downloads": -1,
            "filename": "senaps_asapi-4.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0c759c66a70ec2892ae3ac067eeba57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 47949,
            "upload_time": "2024-12-04T22:55:14",
            "upload_time_iso_8601": "2024-12-04T22:55:14.990571Z",
            "url": "https://files.pythonhosted.org/packages/8c/11/99f450b9c3cffc4ff19a8b5520302095d0f6e75088db6feb8f779e658527/senaps_asapi-4.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74b66195c7916f4729267ad1a4223eba1f9ef77ce2c710f99c4d3e2569b95349",
                "md5": "a2115cd2c082ca2d01a40ceeb70adcb9",
                "sha256": "4fd8ddc059f6800904524fbdbf27e8bc70354bfafa55f1543393a78988a52e3a"
            },
            "downloads": -1,
            "filename": "senaps_asapi-4.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a2115cd2c082ca2d01a40ceeb70adcb9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 39066,
            "upload_time": "2024-12-04T22:55:13",
            "upload_time_iso_8601": "2024-12-04T22:55:13.218315Z",
            "url": "https://files.pythonhosted.org/packages/74/b6/6195c7916f4729267ad1a4223eba1f9ef77ce2c710f99c4d3e2569b95349/senaps_asapi-4.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 22:55:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "senaps-asapi"
}
        
Elapsed time: 0.41193s