Skip to content

Python Bindings#122

Open
Hiddentale wants to merge 24 commits into
developmentfrom
bindings
Open

Python Bindings#122
Hiddentale wants to merge 24 commits into
developmentfrom
bindings

Conversation

@Hiddentale
Copy link
Copy Markdown
Contributor

Description

Related Issues

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Checklist

  • I ran cargo fmt --all (code is formatted)
  • I ran cargo clippy --workspace --all-targets -- -D warnings (no warnings)
  • I ran cargo test --workspace (all tests pass)
  • I added tests for new functionality
  • I updated relevant documentation

Screenshots (if applicable)

Questions for Reviewers

mira-vg and others added 13 commits February 20, 2026 14:44
- Modified ci-core registry and ci_tests/mod.rs to use closures instead of CITest instances.
- Implemented PyRegistry and PyCITest.
- Renamed package from 'ci-python' to 'ci_python' in Cargo.toml to allow for building. Directory name remains unchanged.
…the Rust side. TODO: Update .pyi file and implement CITestRegistry on Python side.
# Conflicts:
#	crates/ci-core/src/strategy.rs
#	crates/ci-python/Cargo.toml
#	crates/ci-python/src/lib.rs
@mira-vg mira-vg changed the title Bindings Python Bindings May 6, 2026
@mira-vg mira-vg marked this pull request as ready for review May 8, 2026 13:13
@mira-vg mira-vg linked an issue May 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Set up unit tests, linting, stub file generation, etc. in Python

2 participants