Skip to content
#

encoders

Here are 32 public repositories matching this topic...

cdgriffith
cdgriffith commented Jan 2, 2021

The Whole UI needs test, but I think most important is to make sure with whatever input is supplied to the command builders fastflix/encoders/<name>/command_builder.py and the general functions in fastflix/encoders/common/helpers.py is the most important to get tests for first.

I have some minimal start on pytests, but would appreciate any help in this effort.

help wanted good first issue
George3d6
George3d6 commented Oct 22, 2021

We need to add a static analysis tool that triggers on each PR and provides a report, ideally flake8 style where we can configure its behaviour and have the action fail until the PR respects all imposed rules. The "configure behaviour" bit is important since we might have some standards that are not in line with static analysis preferences (e.g. there's certain bits where we use exec and `ev

help wanted good first issue test

Improve this page

Add a description, image, and links to the encoders topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encoders topic, visit your repo's landing page and select "manage topics."

Learn more