This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
flakestorm
Watch
1
Star
0
Fork
You've already forked flakestorm
0
mirror of
https://github.com/flakestorm/flakestorm.git
synced
2026-04-25 00:36:54 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
flakestorm
/
tests
/
__init__.py
4 lines
30 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
Add initial project structure and configuration files - Created .gitignore to exclude unnecessary files and directories. - Added Cargo.toml for Rust workspace configuration. - Introduced example configuration file entropix.yaml.example for user customization. - Included LICENSE file with Apache 2.0 license details. - Created pyproject.toml for Python project metadata and dependencies. - Added README.md with project overview and usage instructions. - Implemented a broken agent example to demonstrate testing capabilities. - Established Rust module structure with Cargo.toml and source files. - Set up initial tests for assertions and configuration validation.
2025-12-28 21:55:01 +08:00
"""
Refactor Entropix to FlakeStorm - Rename all instances of Entropix to FlakeStorm - Rename package from entropix to flakestorm - Update all class names (EntropixConfig -> FlakeStormConfig, EntropixRunner -> FlakeStormRunner) - Update Rust module from entropix_rust to flakestorm_rust - Update README: remove cloud comparison, update links to flakestorm.com - Update .gitignore to allow docs files referenced in README - Add origin remote for VS Code compatibility - Fix missing imports and type references - All imports and references updated throughout codebase
2025-12-29 11:15:18 +08:00
flakestorm
Test
Suite
Add initial project structure and configuration files - Created .gitignore to exclude unnecessary files and directories. - Added Cargo.toml for Rust workspace configuration. - Introduced example configuration file entropix.yaml.example for user customization. - Included LICENSE file with Apache 2.0 license details. - Created pyproject.toml for Python project metadata and dependencies. - Added README.md with project overview and usage instructions. - Implemented a broken agent example to demonstrate testing capabilities. - Established Rust module structure with Cargo.toml and source files. - Set up initial tests for assertions and configuration validation.
2025-12-28 21:55:01 +08:00
"""
Reference in a new issue
Copy permalink