[xwiki-devs] [VOTE] Best practice: Use org.xwiki.test.* as package name for all non unit tests
Hi, We put unit tests in the same package as the code they're testing. But for functional tests we need to define a best practice. Right now we have a mix of different strategies in enterprise tests for example and I'd like to homogeneize this. I'm proposing to use: org.xwiki.test.* For example for clustering tests in distribution-tests/cluster-tests, I'm proposing: org.xwiki.test.cluster org.xwiki.test.cluster.framework Here's my +1 Thanks -Vincent
+1 Thanks, Marius On 10/18/2010 01:15 PM, Vincent Massol wrote:
Hi,
We put unit tests in the same package as the code they're testing. But for functional tests we need to define a best practice. Right now we have a mix of different strategies in enterprise tests for example and I'd like to homogeneize this.
I'm proposing to use: org.xwiki.test.*
For example for clustering tests in distribution-tests/cluster-tests, I'm proposing: org.xwiki.test.cluster org.xwiki.test.cluster.framework
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
+1 On Mon, Oct 18, 2010 at 12:15, Vincent Massol <[email protected]> wrote:
Hi,
We put unit tests in the same package as the code they're testing. But for functional tests we need to define a best practice. Right now we have a mix of different strategies in enterprise tests for example and I'd like to homogeneize this.
I'm proposing to use: org.xwiki.test.*
For example for clustering tests in distribution-tests/cluster-tests, I'm proposing: org.xwiki.test.cluster org.xwiki.test.cluster.framework
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
+1 Regards, Sorin B. On 10/18/2010 01:15 PM, Vincent Massol wrote:
Hi,
We put unit tests in the same package as the code they're testing. But for functional tests we need to define a best practice. Right now we have a mix of different strategies in enterprise tests for example and I'd like to homogeneize this.
I'm proposing to use: org.xwiki.test.*
For example for clustering tests in distribution-tests/cluster-tests, I'm proposing: org.xwiki.test.cluster org.xwiki.test.cluster.framework
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
On 10/18/2010 12:15 PM, Vincent Massol wrote:
Hi,
We put unit tests in the same package as the code they're testing. But for functional tests we need to define a best practice. Right now we have a mix of different strategies in enterprise tests for example and I'd like to homogeneize this.
I'm proposing to use: org.xwiki.test.*
For example for clustering tests in distribution-tests/cluster-tests, I'm proposing: org.xwiki.test.cluster org.xwiki.test.cluster.framework
Here's my +1
+1. -- Sergiu Dumitriu http://purl.org/net/sergiu/
+1 Alex On 10/18/2010 12:15 PM, Vincent Massol wrote:
Hi,
We put unit tests in the same package as the code they're testing. But for functional tests we need to define a best practice. Right now we have a mix of different strategies in enterprise tests for example and I'd like to homogeneize this.
I'm proposing to use: org.xwiki.test.*
For example for clustering tests in distribution-tests/cluster-tests, I'm proposing: org.xwiki.test.cluster org.xwiki.test.cluster.framework
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (6)
-
Alex Busenius -
Marius Dumitru Florea -
Sergiu Dumitriu -
Sorin Burjan -
Thomas Mortagne -
Vincent Massol