Skip to content

Commit

Permalink
also add model to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kelloggm committed Jul 30, 2024
1 parent eb1e4b1 commit 5d0d644
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions TestMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def test_build_specimin_command(self):
targets = [{
"method": "getMode(ColumnMetadata, Map<String, String>)",
"file": "IndexMode.java",
"package": 'org.apache.cassandra.index.sasi.conf'
"package": 'org.apache.cassandra.index.sasi.conf',
"model": "cf"
}]

target_dir = '/user/ISSUES/cf-6077'
Expand All @@ -76,7 +77,8 @@ def test_build_specimin_command(self):
targets = [{
"method": "transform(String, byte[])",
"file": "Avro2Confluent.java",
"package": 'com.fillmore_labs.kafka.sensors.serde.confluent.interop'
"package": 'com.fillmore_labs.kafka.sensors.serde.confluent.interop',
"model" : "cf"
}]

target_dir = '/user/ISSUES/cf-6019'
Expand Down Expand Up @@ -109,7 +111,8 @@ def test_run_specimin(self):
targets = [{
"method": "bar()",
"file": "Simple.java",
"package": "com.example"
"package": "com.example",
"model" : "cf"
}]
target_dir = 'resources/onefilesimple'

Expand All @@ -121,4 +124,4 @@ def test_run_specimin(self):


if __name__ == '__main__':
unittest.main()
unittest.main()

0 comments on commit 5d0d644

Please sign in to comment.