Skip to content

Commit 962313b

Browse files
committed
Moved tests to the tests folder
Cleans up the top folder, containing only the javaobj.py module
1 parent e43dd72 commit 962313b

25 files changed

+20
-26
lines changed

java/.project

Lines changed: 0 additions & 23 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def read(fname):
6666
license='Apache License 2.0',
6767
keywords="python java marshalling serialization",
6868
py_modules=['javaobj'],
69-
test_suite="tests",
69+
test_suite="tests.tests",
7070
long_description=read('README.rst'),
7171
classifiers=[
7272
"Development Status :: 3 - Alpha",

tests/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/python
2+
# -- Content-Encoding: UTF-8 --
3+
"""
4+
Test package for python-javaobj
5+
"""
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)