瀏覽代碼

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




Loading…
取消
儲存