-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: test namespace refactoring gymnastics
- Loading branch information
1 parent
11a2a61
commit 3e8add7
Showing
16 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ncepts.Tests/Chords/ChordFormulasTests.cs → ...s.Tests/ChordsTests/ChordFormulasTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.ChordTests; | ||
|
||
public class ChordFormulasTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...ncepts.Tests/Chords/ChordFunctionTests.cs → ...s.Tests/ChordsTests/ChordFunctionTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.ChordTests; | ||
|
||
public class ChordFunctionTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...cepts.Tests/Chords/ChordFunctionsTests.cs → ....Tests/ChordsTests/ChordFunctionsTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.ChordTests; | ||
|
||
public class ChordFunctionsTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...cepts.Tests/Chords/ChordInversionTests.cs → ....Tests/ChordsTests/ChordInversionTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.ChordTests; | ||
|
||
public class ChordInversionTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...pts.Tests/Chords/ChordProgressionTests.cs → ...ests/ChordsTests/ChordProgressionTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...usicConcepts.Tests/Notes/IntervalTests.cs → ...oncepts.Tests/NotesTests/IntervalTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.NotesTests; | ||
|
||
public class IntervalTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...sicConcepts.Tests/Notes/IntervalsTests.cs → ...ncepts.Tests/NotesTests/IntervalsTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.NotesTests; | ||
|
||
public class IntervalsTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...arkMusicConcepts.Tests/Notes/NoteTests.cs → ...sicConcepts.Tests/NotesTests/NoteTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.NotesTests; | ||
|
||
public class NoteTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...sicConcepts.Tests/Notes/NoteUtilsTests.cs → ...ncepts.Tests/NotesTests/NoteUtilsTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.NotesTests; | ||
|
||
public class NoteUtilsTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...rkMusicConcepts.Tests/Notes/NotesTests.cs → ...icConcepts.Tests/NotesTests/NotesTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.NotesTests; | ||
|
||
public class NotesTests | ||
{ | ||
|
3 changes: 2 additions & 1 deletion
3
...usicConcepts.Tests/Rhytms/PatternTests.cs → ...oncepts.Tests/RhytmsTests/PatternTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...oncepts.Tests/Scales/ScaleFormulaTests.cs → ...ts.Tests/ScalesTests/ScaleFormulaTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ncepts.Tests/Scales/ScaleFormulasTests.cs → ...s.Tests/ScalesTests/ScaleFormulasTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.ScalesTests; | ||
|
||
public class ScaleFormulasTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...arkMusicConcepts.Tests/Units/TimeTests.cs → ...sicConcepts.Tests/UnitsTests/TimeTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.UnitsTests; | ||
|
||
public class TimeTests | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
...arkMusicConcepts.Tests/Units/UnitTests.cs → ...sicConcepts.Tests/UnitsTests/UnitTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace DarkMusicConcepts; | ||
namespace DarkMusicConcepts.Tests.UnitsTests; | ||
|
||
public class UnitTests | ||
{ | ||
|
3 changes: 2 additions & 1 deletion
3
...ncepts.Tests/Utils/ListExtensionsTests.cs → ...s.Tests/UtilsTests/ListExtensionsTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters