Skip to content

schubergphilis-ep/test260211lib

Repository files navigation

test260211lib

python library for testing

Usage

Legacy: pip install test260211lib

Preferred: uv add test260211lib

Developing further

Development flow as Paleofuturistic Python

Prerequisite: uv

Setup

  • Fork and clone this repository.
  • Download additional dependencies: uv sync --all-extras --dev
  • Optional: validate the setup with uv run python -m unittest

Workflow

  • Download dependencies (if you need any): uv add some_lib_you_need
  • Develop (optional, tinker: uvx --with-editable . ptpython)
  • QA:
    • Format: uv run ruff format
    • Lint: uv run ruff check
    • Type check: uv run mypy
    • Test: uv run python -m unittest
  • Build (to validate it works): uv build
  • Review documentation updates: uv run mkdocs serve
  • Make a pull request.

About

python library for testing

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages