summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/language-bindings/python/wasm-c-api/docs/setup_dev_env.md
blob: 6612748f6cb41494543fd273673468f7fb069831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Use a python virtual environment tool to create an environment for development. All necessary packages are in _../requirements.txt_.

python code formatter is provided by _black_.

python code linter is provided by _pylint_ and default configuration.

Unit tests are driven by _unittest_.

```bash
$ python -m unittest -v tests/test_basics.py
$ python -m unittest -v tests/test_advanced.py
```