Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More precise remaining time calculation, ui.py split #42

Draft
wants to merge 11 commits into
base: py3k
Choose a base branch
from
Prev Previous commit
Next Next commit
fixed tests
  • Loading branch information
sezanzeb committed Sep 6, 2020
commit c248e45bca2044c3a97bd5bdf3bf2d226702c231
3 changes: 2 additions & 1 deletion tests/testcases/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
from soundconverter.util.formats import get_quality, get_file_extension
from soundconverter.util.fileoperations import filename_to_uri
from soundconverter.util.soundfile import SoundFile
from soundconverter.interface.ui import win, gtk_iteration, encoders
from soundconverter.interface.ui import win, gtk_iteration
from soundconverter.interface.preferences import encoders
from soundconverter.interface.batch import cli_convert
from soundconverter.gstreamer.converter import available_elements
from soundconverter.gstreamer.discoverer import Discoverer
Expand Down