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

List of all members.

Public Member Functions

def test_contains
def test_equality
def test_filter_compatible
def test_filter_empty
def test_filter_incompatible
def test_hash
def test_matches
def test_parsing
def test_parsing_split
def test_select_compatible
def test_select_empty
def test_select_incompatible

Static Public Attributes

dictionary examples
dictionary matches
dictionary split_examples

Detailed Description

Definition at line 381 of file test_base.py.


Member Function Documentation

Definition at line 513 of file test_base.py.

Definition at line 445 of file test_base.py.

Definition at line 466 of file test_base.py.

Definition at line 452 of file test_base.py.

Definition at line 457 of file test_base.py.

Definition at line 516 of file test_base.py.

Definition at line 426 of file test_base.py.

Definition at line 387 of file test_base.py.

Definition at line 403 of file test_base.py.

Definition at line 499 of file test_base.py.

Definition at line 486 of file test_base.py.

Definition at line 490 of file test_base.py.


Member Data Documentation

Initial value:
{
        '>=0.1.1,<0.1.2': ['>=0.1.1', '<0.1.2'],
        '>=0.1.0,!=0.1.3-rc1,<0.1.3': ['>=0.1.0', '!=0.1.3-rc1', '<0.1.3'],
    }

Definition at line 382 of file test_base.py.

Initial value:
{
        '>=0.1.1,<0.1.2': (
            ['0.1.1', '0.1.1+4', '0.1.1-alpha'],
            ['0.1.2-alpha', '0.1.2', '1.3.4'],
        ),
        '>=0.1.0+,!=0.1.3-rc1,<0.1.4': (
            ['0.1.1', '0.1.0+b4', '0.1.2', '0.1.3-rc2'],
            ['0.0.1', '0.1.4', '0.1.4-alpha', '0.1.3-rc1+4',
             '0.1.0-alpha', '0.2.2', '0.1.4-rc1'],
        ),
    }

Definition at line 414 of file test_base.py.

Initial value:
{
        ('>=0.1.1', '<0.1.2', '!=0.1.1+build1'): ['>=0.1.1', '<0.1.2', '!=0.1.1+build1'],
        ('>=0.1.0', '!=0.1.3-rc1,<0.1.3'): ['>=0.1.0', '!=0.1.3-rc1', '<0.1.3'],
    }

Definition at line 398 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