Public Member Functions | Static Public Attributes
tests.test_base.SpecItemTestCase Class Reference

List of all members.

Public Member Functions

def test_components
def test_equality
def test_hash
def test_matches
def test_to_string

Static Public Attributes

dictionary components
dictionary matches

Detailed Description

Definition at line 246 of file test_base.py.


Member Function Documentation

Definition at line 262 of file test_base.py.

Definition at line 342 of file test_base.py.

Definition at line 353 of file test_base.py.

Definition at line 328 of file test_base.py.

Definition at line 348 of file test_base.py.


Member Data Documentation

Initial value:
{
        '==0.1.0': (base.SpecItem.KIND_EQUAL, 0, 1, 0, None, None),
        '==0.1.2-rc3': (base.SpecItem.KIND_EQUAL, 0, 1, 2, ('rc3',), None),
        '==0.1.2+build3.14': (base.SpecItem.KIND_EQUAL, 0, 1, 2, (), ('build3', '14')),
        '<=0.1.1+': (base.SpecItem.KIND_LTE, 0, 1, 1, (), ()),
        '<0.1.1': (base.SpecItem.KIND_LT, 0, 1, 1, None, None),
        '<=0.1.1': (base.SpecItem.KIND_LTE, 0, 1, 1, None, None),
        '<=0.1.1-': (base.SpecItem.KIND_LTE, 0, 1, 1, (), None),
        '>=0.2.3-rc2': (base.SpecItem.KIND_GTE, 0, 2, 3, ('rc2',), None),
        '>0.2.3-rc2+': (base.SpecItem.KIND_GT, 0, 2, 3, ('rc2',), ()),
        '>=2.0.0': (base.SpecItem.KIND_GTE, 2, 0, 0, None, None),
        '!=0.1.1+': (base.SpecItem.KIND_NEQ, 0, 1, 1, (), ()),
        '!=0.3.0': (base.SpecItem.KIND_NEQ, 0, 3, 0, None, None),
    }

Definition at line 247 of file test_base.py.

Definition at line 277 of file test_base.py.


The documentation for this class was generated from the following file:


rocon_semantic_version
Author(s): Raphaƫl Barrois
autogenerated on Fri May 2 2014 10:35:51