LALPulsar 7.1.1.1-eeff03c
test_lineFileParser Namespace Reference

Functions

def identified_lines ()
 
def unidentified_lines ()
 
def identified_lines_file ()
 
def unidentified_lines_file ()
 
def identified_lines_header ()
 
def unidentified_lines_header ()
 
def test_identified_lines_parsing (identified_lines, identified_lines_file, identified_lines_header)
 Test that identified line files are properly read and expanded by comparing left, right limits to the expected values. More...
 
def test_unidentified_lines_parsing (unidentified_lines, unidentified_lines_file, unidentified_lines_header)
 Test that unidentified line files are properly read and expanded by comparing left, right limits to the expected values. More...
 
def test_concatenation (identified_lines, identified_lines_file, identified_lines_header, unidentified_lines, unidentified_lines_file, unidentified_lines_header)
 Test that files are properly read and concatenated. More...
 

Variables

 args = sys.argv[1:] or ["-v", "-rs"]
 

Function Documentation

◆ identified_lines()

def test_lineFileParser.identified_lines ( )

Definition at line 41 of file test_lineFileParser.py.

◆ unidentified_lines()

def test_lineFileParser.unidentified_lines ( )

Definition at line 83 of file test_lineFileParser.py.

◆ identified_lines_file()

def test_lineFileParser.identified_lines_file ( )

Definition at line 91 of file test_lineFileParser.py.

◆ unidentified_lines_file()

def test_lineFileParser.unidentified_lines_file ( )

Definition at line 110 of file test_lineFileParser.py.

◆ identified_lines_header()

def test_lineFileParser.identified_lines_header ( )

Definition at line 126 of file test_lineFileParser.py.

◆ unidentified_lines_header()

def test_lineFileParser.unidentified_lines_header ( )

Definition at line 139 of file test_lineFileParser.py.

◆ test_identified_lines_parsing()

def test_lineFileParser.test_identified_lines_parsing (   identified_lines,
  identified_lines_file,
  identified_lines_header 
)

Test that identified line files are properly read and expanded by comparing left, right limits to the expected values.

Definition at line 147 of file test_lineFileParser.py.

◆ test_unidentified_lines_parsing()

def test_lineFileParser.test_unidentified_lines_parsing (   unidentified_lines,
  unidentified_lines_file,
  unidentified_lines_header 
)

Test that unidentified line files are properly read and expanded by comparing left, right limits to the expected values.

Definition at line 167 of file test_lineFileParser.py.

◆ test_concatenation()

def test_lineFileParser.test_concatenation (   identified_lines,
  identified_lines_file,
  identified_lines_header,
  unidentified_lines,
  unidentified_lines_file,
  unidentified_lines_header 
)

Test that files are properly read and concatenated.

Definition at line 187 of file test_lineFileParser.py.

Variable Documentation

◆ args

test_lineFileParser.args = sys.argv[1:] or ["-v", "-rs"]

Definition at line 220 of file test_lineFileParser.py.