zopencommunity / wharf

Apache License 2.0
6 stars 4 forks source link

feat: add long flag for tests that require more run time #17

Closed MacMalainey closed 1 year ago

MacMalainey commented 1 year ago

To enable the tests run add the -long flag as an argument when running go test. The currently disabled tests will still fail, so the long flag currently is being used as a means to disable some tests that are broken not due to Wharf, but as of the current testing infrastructure.