Restructuring code of ubuntu-desktop-testing
Bug #368157 reported by
Markus Korn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mago |
Triaged
|
Medium
|
Markus Korn |
Bug Description
There is a thread on the ML about using buildout [0]. One thing discussed there is the reorganization of the code within the ubuntu-
I'm not sure if the structure I choose is perfect, but at least to me it makes sense, and code is always better than thousand words ;)
So, what do you think about it? comments are welcome.
Markus
[0] http://
Related branches
To post a comment you must log in.
Hello Markus,
Thanks for your efforts!
I generally like the new structure, but I have some comments to make:
* Why do we have two folders for ubuntu- desktop- testing script? desktop- testing
bin/ubuntu-
cmd/cmd.py
Is it completely necessary for buildout? I would prefer to have it under bin
* desktoptesting_ testsuites:
I think this folder name is a bit long. I would prefer testsuites. If we are afraid that this can be confused with the desktoptesting tests themselves, we just can add an explanation on folder structure on the HACKING file. Mmm, now that I check the setup.py file, there, you call this folder just "testsuites" so I guess it was a late minute change ;-)