Prechádzať zdrojové kódy

docstring to method

oz123 11 rokov pred
rodič
commit
697366a08b
1 zmenil súbory, kde vykonal 4 pridanie a 1 odobranie
  1. 4 1
      pwman/ui/base.py

+ 4 - 1
pwman/ui/base.py

@@ -173,7 +173,10 @@ class BaseUI(object):
         pass
 
     def _tags(self, enc):
-        # TODO: unittest for this method ...
+        """
+        read tags from TAGS table in DB,
+        this method has a working unittest
+        """
         tags = self._db.listtags()
         if tags:
             _tags = [''] * len(tags)