Skip to content

Unittest

Avi Mehenwal edited this page Nov 25, 2019 · 1 revision

Unittest

3 available frameworks

  1. unittest
  2. pytest - test runner
  3. nose

Use pytest to run test code in unittest format

What can we unittest?

Internal args object

Descriptor files Generator

Manual run

pytest --show-capture all -s \
    src/tngsdk/benchmark/tests/test_osm_pdriver \
    -k 'test_cmdlineargs_updating_args_object'