# pytest_cmdline_preparse

> **Function** in `langsmith`

📖 [View in docs](https://reference.langchain.com/python/langsmith/pytest_plugin/pytest_cmdline_preparse)

Call immediately after command line options are parsed (pytest v7).

## Signature

```python
pytest_cmdline_preparse(
    config,
    args,
)
```

---

[View source on GitHub](https://github.com/langchain-ai/langsmith-sdk/blob/cc54cc2729bb1cfe402fd9f34cf953de60bde30c/python/langsmith/pytest_plugin.py#L54)