xpring-eng / XpringKit

XpringKit provides a Swift SDK for interacting with Xpring Protocols (XRP/PayID/ILP). This library is deprecated.
https://xrpl.org/
MIT License
26 stars 14 forks source link

[Cleanup] Organize Files in Test folder #230

Closed keefertaylor closed 4 years ago

keefertaylor commented 4 years ago

High Level Overview of Change

Organize files in the Tests folder.

Context of Change

File hierarchy is now made up of components:

Each component has a folder: / - Tests /Helpers - Helper files /Fakes - Fakes of objects int he component.

Type of Change

Before / After

Code doesn't look haphazardly named and organized.

Test Plan

CI

codecov[bot] commented 4 years ago

Codecov Report

Merging #230 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   90.01%   90.01%           
=======================================
  Files          42       42           
  Lines         941      941           
=======================================
  Hits          847      847           
  Misses         94       94           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9252186...9725d88. Read the comment docs.