Skip to content

Commit ef3e4f3

Browse files
committed
created test marker file pytest.ini
1 parent dd6c5f1 commit ef3e4f3

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ logs
88

99
# unit tests
1010
.pytest_cache
11+
compiler/tests/.test_cache
1112

1213
# coverage reports
1314
.coverage

pytest.ini

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

0 commit comments

Comments
 (0)