Commit Graph

5 Commits

Author SHA1 Message Date
zhurong 4985bfa010 Switch test runner to django default runner
nose is not actively maintained now and Django default test runner
seems to have enough features.

Horizon test setting no longer depends on nose and related stuffs.
This commit cleans up nose related dependencies.
The change was made in horizon Rocky-3,
so horizon 14.0.0.0b3 is required at least.

And murano-dashboard using unittest instead of testtools.

Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
Change-Id: I419e0e166ea88c3ab1203f35ffa00928cf94acb1
Depends-On: https://review.openstack.org/599156/
2018-10-09 02:22:08 +00:00
Ekaterina Fedorova 5884076af6 Revert "Enhance versionutils.deprecated to work with classes"
This reverts commit f72d7ea1a0.

* The reverted change being merged into oslo-incubator upstream
* Also, change icehouse -> juno

Change-Id: Ie12fcef5777ae724bf687ca1ad064aef6670f097
2014-09-03 11:45:48 +00:00
Ekaterina Fedorova 97c7c806ef Move functional tests under muranodashboard/tests
This patch allows to run functional tests under devstack
Rename muranodashboard/test to muranodashboard/tests

Partly-Closes-Bug: #1349383
Change-Id: I70ac476cce9e037b8f36872dde3c1825ca6e3a04
2014-07-29 19:28:26 +04:00
Ankur Rishi 138d69f385 rename muranodashboard/tests to muranodashboard/test
Currently, the muranodashboard.test module cannot
be found, because the directory is named tests
instead of test.

Change-Id: I12a848ea964ca09300da5382882b50f0eea39830
Closes-Bug: #1303869
2014-04-23 11:20:26 -07:00
Timur Sufiev a3666e57a8 Drop bunch dependency
Instead use hand-written muranodashboard.common.utils.Bunch class.

Change-Id: I8982dda81a0d2dac09bf49e0c9ffcfc2d67f84e5
2014-04-15 16:46:50 +04:00