Install and configure Codeflash for your Python project in minutes
Install Codeflash
Generate a Codeflash API Key
Run Automatic Configuration
pyproject.toml
file is or should be) and run:pyproject.toml
is a configuration file that is used to specify build tool settings for Python projects.
pyproject.toml is the modern replacement for setup.py and requirements.txt files.
It’s the new standard for Python package metadata.codeflash init
, you will see the following prompts:pyproject.toml
file in the root directory of your project.
To understand the configuration options, and set more advanced options, see the Configuration page.
📦 Module not found errors
🧪 No optimizations found or debugging issues
--verbose
flag for detailed output:🔍 No tests found errors
pyproject.toml
test_*.py
for pytest)