소스 검색

refactor!: rename video_producers → producers

Since it no longer simply produces videos this name is preferred

Also update tests to use updated module name
main
Rob Hallam 2 달 전
부모
커밋
0d2096aed6
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -0
      pipeline/producers.py
  2. +1
    -1
      test/test_producers.py

pipeline/video_producers.py → pipeline/producers.py 파일 보기


+ 1
- 1
test/test_producers.py 파일 보기

@@ -1,6 +1,6 @@
"""test_producers.py -- test the producers in the pipeline (eg ffmpeg, visualisation, json)"""
import unittest
import pipeline.video_producers as producers
import pipeline.producers as producers
import test.mocks as mocks




불러오는 중...
취소
저장