Skip to content

Latest commit

 

History

History

codec2-integration-tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Codec2 Integration Tests

This is a Docker container setup for testing pycodec2 with different versions of codec2.

Right now there's only one codec2 version pycodec2 supports, 1.2.0, so the test is straightforward.

Build & Run

To build and run this container, execute the following steps.

  1. Build the Docker image.

    docker build -t codec2-integration-tests -f - .. < Dockerfile
  2. Run the test:

    docker run codec2-integration-tests:latest bash ./pycodec2/codec2-integration-tests/test.sh