abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚡
https://abhitronix.github.io/deffcode
Apache License 2.0
178 stars 3 forks source link

✅ Tests: Added DeFFcode unit tests with pytest. (Fixes #3) #13

Closed abhiTronix closed 2 years ago

abhiTronix commented 2 years ago

Brief Description

This PR implements complete pytest unit tests for DeFFcode APIs.

Requirements / Checklist

Related Issue

3

Context

This PR brings complete pytest unit tests for DeFFcode APIs for comprehensively testing their stable working under different environments, and quickly discovering any anomalies if present in the respective code. This PR also imports bash scripts and useful functions from vidgear necessary for unit test working.

Types of changes