Skip to main content

Test utils library for python frameworks

Project description

test-utils

Using

  1. python -m pip install core_test_utils

Buidling

  1. Increase the version in setup.cfg file

  2. Create a file ~/.pypirc in root directory of your system and paste below data in the file.

     [distutils]
     index-servers =
             local
    
     [local]
     repository = https://upload.pypi.org/legacy/
    
  3. After making changes in the test_utils go to source directory of code and run below command to build the wheel and push to artifactory

     - python3 -m pip install --upgrade build
     - python3 -m build
     - python3 -m pip install --upgrade twine
     - python3 -m twine upload --repository local --verbose dist/*
     - Enter the username and password of your pypi account
    
  4. That's all you have to do and now you are good to use the core_test_utils in your project

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

core_test_utils-1.0.0.tar.gz (29.0 kB view hashes)

Uploaded Source

Built Distribution

core_test_utils-1.0.0-py3-none-any.whl (34.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page