pytest.org
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
Package Information
- Domain:
pytest.org
- Name:
pytest.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install pytest
Programs
This package provides the following executable programs:
pytest
Aliases
This package can also be accessed using these aliases:
pytest
Available Versions
Show all 27 versions
8.4.1
,8.4.0
,8.3.5
,8.3.4
,8.3.3
8.3.2
,8.3.1
,8.3.0
,8.2.2
,8.2.1
8.2.0
,8.1.2
,8.1.1
,8.1.0
,8.0.2
8.0.1
,8.0.0
,7.4.4
,7.4.3
,7.4.2
7.4.1
,7.4.0
,7.3.2
,7.3.1
,7.3.0
7.2.2
,7.1.0
Latest Version: 8.4.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +pytest.org@8.4.1 -- $SHELL -i
Dependencies
This package depends on:
pkgx.sh^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.pytestorg
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.