summaryrefslogtreecommitdiff
blob: 6d3305ca3ef7959cf310b13d8f64eb47fc23460e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/layman/db.py b/layman/db.py
index e2d740c..55a846a 100644
--- a/layman/db.py
+++ b/layman/db.py
@@ -93,6 +93,7 @@ class DB(DbBase):
         >>> from layman.config import OptionConfig
         >>> myoptions = {'installed' :
         ...           here + '/tests/testfiles/global-overlays.xml',
+        ...           'local_list':  here + '/tests/testfiles/overlays.xml',
         ...           'make_conf' : write2,
         ...           'nocheck'    : 'yes',
         ...           'storage'   : tmpdir}
@@ -173,6 +174,7 @@ class DB(DbBase):
         >>> from layman.config import OptionConfig
         >>> myoptions = {'installed' :
         ...           here + '/tests/testfiles/global-overlays.xml',
+        ...           'local_list':  here + '/tests/testfiles/overlays.xml',
         ...           'make_conf' : write2,
         ...           'nocheck'    : 'yes',
         ...           'storage'   : tmpdir}