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 and tool settings for Python projects.
pyproject.toml
is the modern replacement for setup.py and requirements.txt files.codeflash init
, you will see the following prompts:pyproject.toml
file.
To understand the configuration options, and set more advanced options, see the Manual 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)