aboutsummaryrefslogtreecommitdiff
blob: c194073cd067171ab45b918564d93be43c46d8e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
from snakeoil.test import TestCase

from pkgcore import plugins
from pkgcore.scripts import pplugincache
from pkgcore.test.scripts.helpers import ArgParseMixin


class CommandlineTest(TestCase, ArgParseMixin):

    _argparser = pplugincache.argparser

    has_config = False

    def test_parser(self):
        self.assertEqual([plugins], self.parse().packages)