> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# nemo_gym.cli.dev

## Module Contents

### Functions

| Name                                     | Description                                                                    |
| ---------------------------------------- | ------------------------------------------------------------------------------ |
| [`dev_test`](#nemo_gym-cli-dev-dev_test) | Run core NeMo Gym tests with coverage reporting (runs pytest with --cov flag). |

### API

```python
nemo_gym.cli.dev.dev_test()
```

Run core NeMo Gym tests with coverage reporting (runs pytest with --cov flag).

Examples:

```python
gym dev test
```