Skip to content

Commit

Permalink
Remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Dec 16, 2015
1 parent 29340c1 commit efba129
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tests/test_imgverifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

import os
import pytest
import time
from imgverifier.verifier import ImageVerifier
from imgverifier.view import View
from imgverifier.console import ThreadSafeConsole
import Queue

try:
import tkinter as tk
Expand Down Expand Up @@ -85,12 +81,4 @@ def test_get_final_report_multiple_errors(self, tk_app):
tk_app.corrupt_images = ['error', 'error']
text = tk_app.get_final_report()

assert text.endswith("\nDONE...2 files couldn't be verified.")


def test_write_to_console(self):
console = ThreadSafeConsole()

console.write('hello')

assert console.get('1.0', 'end-1c') == "hello"
assert text.endswith("\nDONE...2 files couldn't be verified.")

0 comments on commit efba129

Please sign in to comment.