Skip to content

Commit

Permalink
Unbreak some unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Aug 18, 2011
1 parent 296c72f commit 89effa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class RatioTileConfig:
keys = []
mouse = []
screens = []
follow_mouse_focus = False

class uRatioTile(utils.QtileTests):
config = RatioTileConfig()
Expand Down Expand Up @@ -357,6 +358,7 @@ class TileConfig:
keys = []
mouse = []
screens = []
follow_mouse_focus = False

class uTile(utils.QtileTests):
config = TileConfig()
Expand Down Expand Up @@ -434,6 +436,7 @@ class SliceConfig:
keys = []
mouse = []
screens = []
follow_mouse_focus = False

class uSlice(utils.QtileTests):
config = SliceConfig()
Expand Down
1 change: 1 addition & 0 deletions test/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class BareConfig:
mouse = []
screens = [libqtile.manager.Screen()]
main = None
follow_mouse_focus = False



Expand Down

0 comments on commit 89effa0

Please sign in to comment.