Skip to content

Commit

Permalink
Remove @testable from tests (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbean authored Oct 13, 2019
1 parent 306dd02 commit 0a1280c
Show file tree
Hide file tree
Showing 29 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/AccidentalTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class AccidentalTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class AccordionRegistrationTests: XCTestCase {
func testDecoding() throws {
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/AttributesTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class AttributesTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/BackupTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class BackupTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/BarlineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class BarlineTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/ClefTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class ClefTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/CreatorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class CreatorTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/DirectionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class DirectionTests: XCTestCase {
func testDecodingDirection_metronome() throws {
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/HarmonyTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class HarmonyTests: XCTestCase {
func testDecoding_inversion() throws {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class IdentificationTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/MIDIDeviceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class MIDIDeviceTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class MIDIInstrumentTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/MeasureStyleTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class MeasureStyleTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/MetronomeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class MetronomeTests: XCTestCase {
func testDecodingMetronome_perMinute() throws {
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/MiscellaneousTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class MiscellaneousTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/MusicDataTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class MusicDataTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/NotationsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class NotationsTests: XCTestCase {
func testTied() throws {
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/OrnamentsTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class OrnamentsTests: XCTestCase {
func testDecoding() throws {
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/PartListTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class PartListTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/PartNameTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class PartNameTests: XCTestCase {

Expand Down
4 changes: 2 additions & 2 deletions Tests/MusicXMLTests/Complex Types/PartwiseMeasureTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class PartwiseMeasureTests: XCTestCase {

Expand Down Expand Up @@ -49,7 +49,7 @@ class PartwiseMeasureTests: XCTestCase {
.decode(Partwise.Measure.self, from: xml.data(using: .utf8)!)
let expected = Partwise.Measure(
number: "1",
width: Tenths(value: 123.4),
width: 123.4,
musicData: [
.attributes(
Attributes(
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/PartwisePartTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class PartwisePartTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/PitchTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class PitchTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class PitchUnpitchedRestTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/RestTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class RestTests: XCTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class ScoreInstrumentTests: XCTestCase {
func testDecoding() throws {
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/ScorePartTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class ScorePartTests: XCTestCase {
// Adopted from MuseScore export
Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/Complex Types/TimeTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import XCTest
import XMLCoder
@testable import MusicXML
import MusicXML

class TimeTests: XCTestCase {

Expand Down
2 changes: 1 addition & 1 deletion Tests/MusicXMLTests/HelloWorld.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

import XCTest
@testable import MusicXML
import MusicXML

class HelloWorld: XCTestCase {

Expand Down

0 comments on commit 0a1280c

Please sign in to comment.