Skip to main content

Provide the pytest with the ability to collect use cases based on rules in text files

Project description

pytest-choose

English | 简体中文

Provide the pytest with the ability to collect use cases based on rules in text files

Install

pip install pytest-choose

Example

Create Test Files:

# test_demo.py
class TestDemo:
    def test_demo_1(self):
        print(1)

    def test_demo_2(self):
        print(2)

def test_demo_3():
    print(3)

def test_demo_4():
    print(4)

def test_demo_5():
    print(5)

def test_demo_6():
    print(6)

def test_demo_7():
    print(7)

Create the choose.json file:

// choose.json
{
  "class": [
    "TestDemo"
  ],
  "function": [
    "test_demo_2",
    "test_demo_3",
    "test_demo_4",
    "test_demo_5"
  ]
}

Run tests:

pytest --fc="on" --fc-path="./choose.json" --fc-coding="utf-8"

Running results:

======================= test session starts =======================
platform win32 -- Python 3.9.6, pytest-7.4.2, pluggy-1.3.0
rootdir: pytest-choose
plugins: choose-0.0.1
collecting ... 
[pytest-choose] Cases list: ./choose.json
[pytest-choose] Filter 2 cases and collect 5 cases
collected 7 items

cases\test_choose.py .....                         [100%] 
======================== 5 passed in 0.04s ======================== 

Parameter Description

Parameter Description
--fc Default 'off' for file choose, option: 'on' or 'off'
--fc-path File Path, default './choose.json'
--fc-coding File encoding, default 'utf-8'

License

pytest-choose is licensed under GPLv3.

Copyright © 2023 by Azusa.

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

pytest-choose-0.0.4.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

pytest_choose-0.0.4-py3-none-any.whl (18.8 kB view details)

Uploaded Python 3

File details

Details for the file pytest-choose-0.0.4.tar.gz.

File metadata

  • Download URL: pytest-choose-0.0.4.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for pytest-choose-0.0.4.tar.gz
Algorithm Hash digest
SHA256 0e2bd3c4947ffb0537edf079c5995726d482153cc58fca4461ac7df24cbc79d8
MD5 d891d8869eeb62ab146ac3f28b2b6aaa
BLAKE2b-256 9cf5c7dc63aae0d5c3d39c265227963bcc4ad5ce08f0f93fb524569f34a99ea7

See more details on using hashes here.

File details

Details for the file pytest_choose-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: pytest_choose-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 18.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.6

File hashes

Hashes for pytest_choose-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 7ff683e8f32dacd2146a7adf5d02360c12fff290f76b1d625b6e63e93269b307
MD5 874f3073ea2649bbc23dd5647c9868f5
BLAKE2b-256 fc67071cfbc4f1a2dfed3a4bd8d88fa9d9f42a2d919b0cda25a2ea2dff79e6b1

See more details on using hashes here.

Supported by

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