teragrep / pth_10

Data Processing Language (DPL) translator for Apache Spark
GNU Affero General Public License v3.0
0 stars 2 forks source link

Remove unnecessary performDPLTest() functions from test classes #267

Closed eemhu closed 1 month ago

eemhu commented 2 months ago

Description

All of the tests should use the StreamingTestUtil instead of making their own wrappers for it

51-code commented 1 month ago

All error throwing in tests should be removed too.

51-code commented 1 month ago

Internal PR merged.