Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celeriac

SWE 3/4 - Async Engineering Task

Setup

This project uses UV for dependency management.

Prerequisites

  • Python 3.13 or higher
  • UV (install with pip install uv)

Installation

  1. Clone the repository
  2. Install dependencies:
    uv sync --extra dev

Running Tests

uv run pytest

For verbose output:

uv run pytest -v

Project Structure

  • test_celeriac.py - Test files and main application functionality
  • queue.py - Celeriac queue implementation
  • tasks.py - CeleriacTask class implementation
  • executor.py - MockTaskExecutor for task execution
  • pyproject.toml - Project configuration and dependencies

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages