-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rewrite tests to use `tasty` & `tasty-golden` * Sort weeds by column too --------- Co-authored-by: Ollie Charles <[email protected]> Co-authored-by: Tom Sydney Kerckhove <[email protected]>
- Loading branch information
1 parent
4a160e3
commit 2fb2eb9
Showing
17 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
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
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
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,2 +1,2 @@ | ||
test/Spec/ApplicativeDo/ApplicativeDo.hs:6: (Instance) :: Functor Foo | ||
test/Spec/ApplicativeDo/ApplicativeDo.hs:9: (Instance) :: Applicative Foo | ||
test/Spec/ApplicativeDo/ApplicativeDo.hs:6:1: (Instance) :: Functor Foo | ||
test/Spec/ApplicativeDo/ApplicativeDo.hs:9:1: (Instance) :: Applicative Foo |
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 +1 @@ | ||
test/Spec/BasicExample/BasicExample.hs:4: unrelated | ||
test/Spec/BasicExample/BasicExample.hs:4:1: unrelated |
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,2 +1,2 @@ | ||
test/Spec/ConfigInstanceModules/Module1.hs:3: (Instance) :: Show T | ||
test/Spec/ConfigInstanceModules/Module2.hs:3: (Instance) :: Bounded T | ||
test/Spec/ConfigInstanceModules/Module1.hs:3:24: (Instance) :: Show T | ||
test/Spec/ConfigInstanceModules/Module2.hs:3:30: (Instance) :: Bounded T |
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 +1 @@ | ||
test/Spec/DeriveGeneric/DeriveGeneric.hs:12: (Instance) :: FromJSON T | ||
test/Spec/DeriveGeneric/DeriveGeneric.hs:12:7: (Instance) :: FromJSON T |
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,2 +1,2 @@ | ||
test/Spec/InstanceTypeclass/InstanceTypeclass.hs:4: Foo | ||
test/Spec/InstanceTypeclass/InstanceTypeclass.hs:10: (Instance) :: Foo Char | ||
test/Spec/InstanceTypeclass/InstanceTypeclass.hs:4:1: Foo | ||
test/Spec/InstanceTypeclass/InstanceTypeclass.hs:10:1: (Instance) :: Foo Char |
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,3 +1,3 @@ | ||
test/Spec/Monads/Monads.hs:20: (Instance) :: Functor Identity' | ||
test/Spec/Monads/Monads.hs:23: (Instance) :: Applicative Identity' | ||
test/Spec/Monads/Monads.hs:27: (Instance) :: Monad Identity' | ||
test/Spec/Monads/Monads.hs:20:1: (Instance) :: Functor Identity' | ||
test/Spec/Monads/Monads.hs:23:1: (Instance) :: Applicative Identity' | ||
test/Spec/Monads/Monads.hs:27:1: (Instance) :: Monad Identity' |
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 +1 @@ | ||
test/Spec/NumInstanceLiteral/NumInstanceLiteral.hs:7: (Instance) :: Num Modulo1 | ||
test/Spec/NumInstanceLiteral/NumInstanceLiteral.hs:7:1: (Instance) :: Num Modulo1 |
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 +1 @@ | ||
test/Spec/OverloadedLabels/OverloadedLabels.hs:17: (Instance) :: Has Point "y" Int | ||
test/Spec/OverloadedLabels/OverloadedLabels.hs:17:1: (Instance) :: Has Point "y" Int |
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 +1 @@ | ||
test/Spec/OverloadedLists/OverloadedLists.hs:9: (Instance) :: IsList (BetterList x) | ||
test/Spec/OverloadedLists/OverloadedLists.hs:9:1: (Instance) :: IsList (BetterList x) |
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 +1 @@ | ||
test/Spec/OverloadedStrings/OverloadedStrings.hs:10: (Instance) :: IsString BetterString | ||
test/Spec/OverloadedStrings/OverloadedStrings.hs:10:1: (Instance) :: IsString BetterString |
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 +1 @@ | ||
test/Spec/RangeEnum/RangeEnum.hs:14: (Instance) :: Enum Colour | ||
test/Spec/RangeEnum/RangeEnum.hs:14:13: (Instance) :: Enum Colour |
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 +1 @@ | ||
test/Spec/RootClasses/RootClasses.hs:5: (Instance) :: Enum T | ||
test/Spec/RootClasses/RootClasses.hs:5:34: (Instance) :: Enum T |
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 +1 @@ | ||
test/Spec/StandaloneDeriving/StandaloneDeriving.hs:6: (Instance) :: Show A | ||
test/Spec/StandaloneDeriving/StandaloneDeriving.hs:6:1: (Instance) :: Show A |
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 +1 @@ | ||
test/Spec/Types/Usages.hs:16: notRoot | ||
test/Spec/Types/Usages.hs:16:1: notRoot |
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 @@ | ||
test/Spec/TypesUnused/TypesUnused.hs:6: Modulo1 | ||
test/Spec/TypesUnused/TypesUnused.hs:8: Number | ||
test/Spec/TypesUnused/TypesUnused.hs:10: Vector | ||
test/Spec/TypesUnused/TypesUnused.hs:12: Family | ||
test/Spec/TypesUnused/TypesUnused.hs:6:1: Modulo1 | ||
test/Spec/TypesUnused/TypesUnused.hs:8:1: Number | ||
test/Spec/TypesUnused/TypesUnused.hs:10:1: Vector | ||
test/Spec/TypesUnused/TypesUnused.hs:12:1: Family |