> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Python: TestingAppConfig

> CDKTN Core API Reference for TestingAppConfig in Python.

## Initializer <a name="Initializer" id="cdktn.TestingAppConfig.Initializer" />

```python theme={null}
import cdktn

cdktn.TestingAppConfig(
  context: typing.Mapping[typing.Any] = None,
  enable_future_flags: bool = None,
  fake_cdktf_json_path: bool = None,
  outdir: str = None,
  stack_traces: bool = None,
  stub_version: bool = None
)
```

## Properties <a name="Properties" id="Properties" />

| **Name**                                                                                              | **Type**                                 | **Description**   |
| ----------------------------------------------------------------------------------------------------- | ---------------------------------------- | ----------------- |
| <code><a href="#cdktn.TestingAppConfig.property.context">context</a></code>                           | <code>typing.Mapping\[typing.Any]</code> | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.enableFutureFlags">enable\_future\_flags</a></code>   | <code>bool</code>                        | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.fakeCdktfJsonPath">fake\_cdktf\_json\_path</a></code> | <code>bool</code>                        | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.outdir">outdir</a></code>                             | <code>str</code>                         | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stackTraces">stack\_traces</a></code>                 | <code>bool</code>                        | *No description.* |
| <code><a href="#cdktn.TestingAppConfig.property.stubVersion">stub\_version</a></code>                 | <code>bool</code>                        | *No description.* |

***

### `context`<sup>Optional</sup> <a name="context" id="cdktn.TestingAppConfig.property.context" />

```python theme={null}
context: typing.Mapping[typing.Any]
```

* *Type:* typing.Mapping\[typing.Any]

***

### `enable_future_flags`<sup>Optional</sup> <a name="enable_future_flags" id="cdktn.TestingAppConfig.property.enableFutureFlags" />

```python theme={null}
enable_future_flags: bool
```

* *Type:* bool

***

### `fake_cdktf_json_path`<sup>Optional</sup> <a name="fake_cdktf_json_path" id="cdktn.TestingAppConfig.property.fakeCdktfJsonPath" />

```python theme={null}
fake_cdktf_json_path: bool
```

* *Type:* bool

***

### `outdir`<sup>Optional</sup> <a name="outdir" id="cdktn.TestingAppConfig.property.outdir" />

```python theme={null}
outdir: str
```

* *Type:* str

***

### `stack_traces`<sup>Optional</sup> <a name="stack_traces" id="cdktn.TestingAppConfig.property.stackTraces" />

```python theme={null}
stack_traces: bool
```

* *Type:* bool

***

### `stub_version`<sup>Optional</sup> <a name="stub_version" id="cdktn.TestingAppConfig.property.stubVersion" />

```python theme={null}
stub_version: bool
```

* *Type:* bool

***
