ソースを参照

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




読み込み中…
キャンセル
保存