2018-09-25
Rearranged tests into more appropriate locations (ref #31).
Nigel Stanger committed on 25 Sep 2018
Rationalised some unnecessary code (ref #31).
Nigel Stanger committed on 25 Sep 2018
Added tests for VideoSegment class (ref #31).
Nigel Stanger committed on 25 Sep 2018
Extracted some Segment-specific tests (ref #31).
Nigel Stanger committed on 25 Sep 2018
Added tests for the AudioSegment class (ref #31).
Nigel Stanger committed on 25 Sep 2018
Added shared tests for segment classes (ref #31).
Nigel Stanger committed on 25 Sep 2018
Renamed format variable more sensibly.
Nigel Stanger committed on 25 Sep 2018
Corrected suffix specification for Pathlib (ref #32).
Nigel Stanger committed on 25 Sep 2018
Moved progress bar tests into correct location (WTF?!) (ref #31).
Nigel Stanger committed on 25 Sep 2018
Moved shared tests into package declaration (ref #31).
Nigel Stanger committed on 25 Sep 2018
2018-09-24
Added unit tests for ProgressBar class (ref #31).
Nigel Stanger committed on 24 Sep 2018
Added test subpackages for progress bar and segment (ref #31).
Nigel Stanger committed on 24 Sep 2018
Refactored progress bar class into subpackage.
Nigel Stanger committed on 24 Sep 2018
Refactored segment classes into a subpackage.
Nigel Stanger committed on 24 Sep 2018
Further refactored shell command tests into a subpackage.
Nigel Stanger committed on 24 Sep 2018
Refactored shell commands and tests into a subpackage.
Nigel Stanger committed on 24 Sep 2018
2018-09-23
Added test for build_complex_filter() (ref #31).
Nigel Stanger committed on 23 Sep 2018
Finished test for append_concat_filter() (ref #31).
Nigel Stanger committed on 23 Sep 2018
Clarified confusing comment.
Nigel Stanger committed on 23 Sep 2018
Added requirement for Python ≥ 3.7 (ref #32).
Nigel Stanger committed on 23 Sep 2018
Dropped use of OrderedDicts (ref #32).
Nigel Stanger committed on 23 Sep 2018
Reduced punch out timedeltas from 20 days to 20 seconds.
Nigel Stanger committed on 23 Sep 2018
Updated superclass initialisation for Python 3 (ref #32).
Nigel Stanger committed on 23 Sep 2018
2018-09-21
Made more effective use of subtests (ref #31).
Nigel Stanger committed on 21 Sep 2018
Refactored “type” to “frame_type” in append_concat_filter().
Nigel Stanger committed on 21 Sep 2018
Found some more incorrect timedelta initialisations.
Nigel Stanger committed on 21 Sep 2018
2018-09-20
Added initial tests for FFmpegConcatCommand (ref #31).
Nigel Stanger committed on 20 Sep 2018
Ensured that frame type is ignored in append_concat_filter().
Nigel Stanger committed on 20 Sep 2018
Fixed incorrect default initialisation of punch in/out value.
Nigel Stanger committed on 20 Sep 2018
Cleaned up test documentation (ref #31).
Nigel Stanger committed on 20 Sep 2018