Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 436 Bytes

File metadata and controls

24 lines (18 loc) · 436 Bytes

ABK Coding Test Repository

This is a test repository for validating ABK's autonomous coding capabilities.

Project Structure

  • src/ - Source code
  • tests/ - Test suite (pytest)

Setup

pip install -r requirements.txt

Run Tests

pytest tests/ -v

Current Features

  • ✅ Basic math utilities
  • ✅ String processing utilities

Open Issues

See GitHub Issues for tasks that need implementation.