summaryrefslogtreecommitdiffstats
path: root/tests/format_manager.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: pcs (not in command names) -> cibJan Pokorný2015-04-081-3/+3
| | | | | | "pcs" should be reserved for actual pcs CLI tool commands. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* tests/_gone -> _gone: same lines even for singly nested testsJan Pokorný2014-11-141-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Adjust a way to operate in "development" mode wrt. run-devJan Pokorný2014-09-221-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Get rid of remaining clufter-qualified commandsJan Pokorný2014-09-091-10/+10
| | | | | | (less name binding in favor of implied relations, the better) Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* plugin_registry: unify passing of look-aside pluginsJan Pokorný2014-09-051-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Reconsider plugin (class/symbol) to module organizationJan Pokorný2014-09-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a preparation work for being able to pick up plugin of choice nicely without the necessity of scanning the whole name/path space followed with some initialization routines across all plugins even if they won't be used for sure. Such heavy-weight approach is fine for using clufter as CLI tool (covering potentially any available use-case), not so much for the use as a library with presumably a priori determined task to perform. As generally one module can (and often is practical!) contain several modules, we are introducing following convention to allow our proposed filtering to have a good false-positives/convenience ratio: module shall contain only plugins the name of which contains the same prefix as the module's filename does, where the prefix is assumed the part before first occurrence of '_' ('-' for stringified/decorated plugin names) As a concrete example, formats/ccs.py module contains ccs and ccs_flat plugins, hence when ccs_flat is to be picked with this fine granularity and using default search path, only formats/ccs.py file will match the prefix test and hence only ccs and ccs_flat will be prepared for further use (one false positive in this case is a result of the mentioned trade-off). This commit normalizes the plugin-module allocation to follow the convention, reflects these changes in tests, etc. and adds a note to the HACKING doc file. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-251-1/+1
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* s/ccsflat/flatccs/ (consistency with "simplepcs")Jan Pokorný2014-04-151-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Batch header unificationJan Pokorný2013-11-181-2/+2
| | | | Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
* Initial commitJan Pokorný2013-11-181-0/+55
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>