Skip to content

Commit

Permalink
Moving bug related decorators to robozilla
Browse files Browse the repository at this point in the history
This depends on satelliteQE/robozzila#28
  • Loading branch information
rochacbruno authored and renzon committed Jun 28, 2017
1 parent b460e20 commit eec8483
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 516 deletions.
5 changes: 5 additions & 0 deletions docs/api/tests.foreman.sys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
----------------------------------------

.. automodule:: tests.foreman.sys.test_hot_backup

:mod:`tests.foreman.sys.test_restore`
-------------------------------------

.. automodule:: tests.foreman.sys.test_restore
5 changes: 0 additions & 5 deletions docs/api/tests.robottelo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ Submodules:

.. automodule:: tests.robottelo.test_datafactory

:mod:`tests.robottelo.test_decorators`
--------------------------------------

.. automodule:: tests.robottelo.test_decorators

:mod:`tests.robottelo.test_helpers`
-----------------------------------

Expand Down
7 changes: 6 additions & 1 deletion logging.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[loggers]
keys=nailgun,root,robottelo
keys=nailgun,root,robottelo,robozilla

[handlers]
keys=consoleHandler,fileHandler
Expand All @@ -20,6 +20,11 @@ level=DEBUG
handlers=fileHandler
qualname=robottelo

[logger_robozilla]
level=DEBUG
handlers=fileHandler
qualname=robozilla

[handler_consoleHandler]
class=StreamHandler
level=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ unittest2==1.1.0
python-bugzilla==1.2.2 # pyup: ignore

PyYAML==3.12
robozilla==0.1.7
robozilla==0.1.9

# Get nailgun from master
git+https://github.com/SatelliteQE/nailgun.git#egg=nailgun
Expand Down
Loading

0 comments on commit eec8483

Please sign in to comment.