smartsheet / smartsheet-java-sdk

Library that uses Java to connect to Smartsheet services.
Apache License 2.0
3 stars 12 forks source link

Move Integration Tests into test package and make them all run #82

Closed zromano closed 7 months ago

zromano commented 7 months ago

This allows them to be scanned with checkstyle and makes the IDE recognize them as part of the project

Additionally my previous MR to enable the integration tests only enabled the ones that were in the src/test package AND ended in *IT. This was only 2 test classes.

Now all the tests in the integrationtest package will run. Note I had to comment out the following two tests because they were failing:

This MR also fixed all the checkstyle errors because I had to for the pipeline to pass.