Skip to content

Commit

Permalink
update UTest, allow UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqyosef committed Jun 27, 2016
1 parent 1c591f0 commit 52970a1
Show file tree
Hide file tree
Showing 17 changed files with 91 additions and 77 deletions.
1 change: 1 addition & 0 deletions .coverage
@@ -0,0 +1 @@
!coverage.py: This is a private format, don't read it directly!{"lines": {"/Users/lguru/PycharmProjects/ILA_python/iAlignment/Token.py": [4, 5, 8, 9, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 26, 28, 29, 31, 33, 35, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 56], "/Users/lguru/PycharmProjects/ILA_python/iAlignment/Sentence.py": [4, 5, 7, 8, 9, 10, 12, 13, 14, 15, 19, 21, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 34], "/Users/lguru/PycharmProjects/ILA_python/iAlignment/__init__.py": [1], "/Users/lguru/PycharmProjects/ILA_python/iAlignment/MultipleAligner.py": [4, 5, 54, 7, 9, 10, 13, 62, 31], "/Users/lguru/PycharmProjects/ILA_python/iAlignment/Viewer.py": [], "/Users/lguru/PycharmProjects/ILA_python/iAlignment/iAligner.py": [3, 4, 6, 8, 9, 10, 12, 13, 14, 15, 19, 20, 21, 23, 24, 26, 27, 28, 32, 33, 34, 38, 39, 40, 41, 42, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 95, 96, 98, 99, 102, 103, 104, 106, 107, 111, 112, 117, 122, 123, 124, 125, 126, 127, 132, 133, 134, 136, 137, 138, 140, 141, 142, 144, 147, 149, 150, 152, 153, 155, 174]}}
140 changes: 63 additions & 77 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Test/UTest.py
@@ -1,3 +1,5 @@
#!/usr/bin/python
# -*- coding: UTF-8 -*-
from unittest import TestCase
from iAlignment.Sentence import Sentence
from iAlignment.Token import Token
Expand Down
Binary file added Test/UTest.pyc
Binary file not shown.
Binary file added Test/__init__.pyc
Binary file not shown.
Binary file added Test/__pycache__/UTest.cpython-34.pyc
Binary file not shown.
Binary file added Test/__pycache__/__init__.cpython-34.pyc
Binary file not shown.
10 changes: 10 additions & 0 deletions iAlignment.egg-info/PKG-INFO
@@ -0,0 +1,10 @@
Metadata-Version: 1.0
Name: iAlignment
Version: 0.0.1
Summary: Intra Language Alignment tool
Home-page: https://github.com/OpenGreekAndLatin/ILA_python
Author: Tariq Yousef
Author-email: tariq.yousef@dh.uni-leipzig.de
License: GNU GPL
Description: UNKNOWN
Platform: UNKNOWN
12 changes: 12 additions & 0 deletions iAlignment.egg-info/SOURCES.txt
@@ -0,0 +1,12 @@
setup.py
iAlignment/MultipleAligner.py
iAlignment/Sentence.py
iAlignment/Token.py
iAlignment/Viewer.py
iAlignment/__init__.py
iAlignment/iAligner.py
iAlignment.egg-info/PKG-INFO
iAlignment.egg-info/SOURCES.txt
iAlignment.egg-info/dependency_links.txt
iAlignment.egg-info/not-zip-safe
iAlignment.egg-info/top_level.txt
1 change: 1 addition & 0 deletions iAlignment.egg-info/dependency_links.txt
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions iAlignment.egg-info/not-zip-safe
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions iAlignment.egg-info/top_level.txt
@@ -0,0 +1 @@
iAlignment
Binary file added iAlignment/MultipleAligner.pyc
Binary file not shown.
Binary file modified iAlignment/Sentence.pyc
Binary file not shown.
Binary file modified iAlignment/Token.pyc
Binary file not shown.
Binary file modified iAlignment/__init__.pyc
Binary file not shown.
Binary file modified iAlignment/iAligner.pyc
Binary file not shown.

0 comments on commit 52970a1

Please sign in to comment.