Skip to content

Commit

Permalink
Deleting tests for encoding for now until it can be properly rewritte…
Browse files Browse the repository at this point in the history
…n (0.12.5 release takes more priority and the git history got a bit muddled due to not being properly maintained for a few months...)
  • Loading branch information
carlio committed May 2, 2017
1 parent b88f90b commit 4f3eb6e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions prospector/formatters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from prospector.formatters import json, text, grouped, emacs, yaml, pylint, xunit, vscode, html
from prospector.formatters import json, text, grouped, emacs, yaml, pylint, xunit, vscode


__all__ = (
Expand All @@ -16,5 +16,4 @@
'pylint': pylint.PylintFormatter,
'xunit': xunit.XunitFormatter,
'vscode': vscode.VSCodeFormatter,
'html': html.HTMLFormatter,
}
Empty file removed tests/encoding/__init__.py
Empty file.
11 changes: 0 additions & 11 deletions tests/encoding/test_encoding_detection.py

This file was deleted.

0 comments on commit 4f3eb6e

Please sign in to comment.