anaconda / ae5-tools

A command-line tool for scripting AE5 actions
https://www.anaconda.com/enterprise/
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Separate integration tests from unittests #97

Closed bkreider closed 10 months ago

bkreider commented 4 years ago

The integration tests are comprehensive, but they take a lot of time. The tests should be separated and probably some of the integrations tests should be duplicated as unit tests with their external calls mocked.

joshburt commented 10 months ago

This is addressed as part of https://github.com/Anaconda-Platform/ae5-tools/pull/174 We now have explicit splits for unit, integration, system, and load testing.