rticommunity / rticonnextdds-connector-go

RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Go.
Other
26 stars 12 forks source link

Organize test functions in separate files #41

Closed kyoungho closed 2 years ago

kyoungho commented 3 years ago

Proposal:

Test functions are organized in separate files.

Current behavior:

All test functions are included in rticonnextdds_connector_test.go.

Desired behavior:

Test functions are organized in separate files like output_test.go and intput_test.go.

Use case:

Easier to navigate test code.

kyoungho commented 2 years ago

As the test code size is manageable, we can keep it as it is. We will revisit this if needed in the future.