File: development.rst

package info (click to toggle)
dasbus 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 880 kB
  • sloc: python: 7,550; makefile: 101; sh: 4
file content (15 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Development and testing
=======================

Install `podman <https://podman.io/>`_ and use the following command to run all tests
in a container. It doesn't require any additional dependencies:

.. code-block:: shell

    make container-ci

Use the command below to run only the unit tests:

.. code-block:: shell

    make container-ci CI_CMD="make test"