jpype-project / jpype

JPype is cross language bridge to allow Python programs full access to Java class libraries.
http://www.jpype.org
Apache License 2.0
1.11k stars 180 forks source link

Test harness is badly named #827

Open Thrameos opened 4 years ago

Thrameos commented 4 years ago

The jpype test harness is named "jpype" which means the main module on the Java harness are in conflict. This one has been around for a very long time, but it will be more of a problem when I start allowing Python module code to be located in Java modules. I recommend making the transition now by renaming the whole test package to "org.jpype" or possibly "org.jpype.test".

@marscher I know that you would prefer not renaming files to maintain the history, so I won't start this work until I get approval for the rename.

marscher commented 4 years ago

please go ahead and rename it, if you think it clears things out.