Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* simplified unit tests to require less mocking * made spend report aggregation static and remove slickDatasource from some tests makes it obvious that the aggregation doesn't use any class resources, and shaves multiple seconds off unit tests * finished removing usages of TestDriverComponent Tests for spend reports are now completely mocked, with no external db calls * add metrics to spend reporting service * moved query specific logic to query building function * move query setup to a separate function * add convenience methods to create rawls exceptions avoids the intermediary step of having to explicitly create the error report
- Loading branch information