File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# unit tests
10
10
.pytest_cache
11
+ compiler /tests /.test_cache
11
12
12
13
# coverage reports
13
14
.coverage
Original file line number Diff line number Diff line change
1
+ [pytest]
2
+ cache_dir =
3
+ compiler/tests/.test_cache
4
+ markers =
5
+ testTableMapping: run all tests in class testTableMapping
6
+ testGetPrjDir : run py class testTableMapping test testGetPrjDir
7
+ testGetYAMLFilePath : run py class testTableMapping test testGetYAMLFilePath
8
+ testReadYAML : run py class testTableMapping test testReadYAML
9
+ testGetTCAMConfig : run py class testTableMapping test testGetTCAMConfig
10
+ testGetTCAMTableFilePath : run py class testTableMapping test testGetTCAMTableFilePath
11
+ testReadTCAMTable : run py class testTableMapping test testReadTCAMTable
12
+ testGetSRAMTableDim : run py class testTableMapping test testGetSRAMTableDim
13
+ testGenSRAMTable : run py class testTableMapping test testGenSRAMTable
14
+ testCreateSRAMTableDir : run py class testTableMapping test testCreateSRAMTableDir
15
+ testSplitRowsAndCols : run py class testTableMapping test testSplitRowsAndCols
16
+ testGenerateSRAMSubStr : run py class testTableMapping test testGenerateSRAMSubStr
17
+ testMapTCAMtoSRAM : run py class testTableMapping test testMapTCAMtoSRAM
18
+ testWriteSRAMtoXlsx : run py class testTableMapping test testWriteSRAMtoXlsx
19
+ testWriteSRAMtoHtml : run py class testTableMapping test testWriteSRAMtoHtml
20
+ testWriteSRAMtoJson : run py class testTableMapping test testWriteSRAMtoJson
21
+ testWriteSRAMtoTxt : run py class testTableMapping test testWriteSRAMtoTxt
You can’t perform that action at this time.
0 commit comments