Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
154
Issues
154
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
2d61da1c
Verified
Commit
2d61da1c
authored
Nov 19, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[tests] fix tests, README moved things to dev docs
parent
f84d7734
Pipeline
#6992
canceled with stages
in 26 minutes and 22 seconds
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
210 deletions
+2
-210
README.md
README.md
+0
-207
GraphQL.hs
test/Test/API/GraphQL.hs
+0
-1
Instances.hs
test/Test/Instances.hs
+2
-2
No files found.
README.md
View file @
2d61da1c
This diff is collapsed.
Click to expand it.
test/Test/API/GraphQL.hs
View file @
2d61da1c
...
...
@@ -7,7 +7,6 @@ module Test.API.GraphQL (
tests
)
where
import
Control.Monad
(
void
)
import
Gargantext.Core.Types.Individu
import
Prelude
import
Servant.Auth.Client
()
...
...
test/Test/Instances.hs
View file @
2d61da1c
...
...
@@ -157,7 +157,7 @@ instance Arbitrary Phylo.ComputeTimeHistory where
instance
Arbitrary
Phylo
.
CorpusParser
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
Filter
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
ListParser
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
MaxClqueFilter
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
MaxCl
i
queFilter
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
Order
where
arbitrary
=
genericArbitrary
-- The 'resize' ensure our tests won't take too long as
-- we won't be generating very long lists.
...
...
@@ -176,7 +176,7 @@ instance Arbitrary Phylo.PhyloCounts where arbitrary = genericArbitrary
instance
Arbitrary
Phylo
.
PhyloGroup
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
PhyloLabel
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
PhyloParam
where
arbitrary
=
Phylo
.
defaultPhyloParam
arbitrary
=
pure
Phylo
.
defaultPhyloParam
instance
Arbitrary
Phylo
.
PhyloPeriod
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
PhyloScale
where
arbitrary
=
genericArbitrary
instance
Arbitrary
Phylo
.
PhyloSimilarity
where
arbitrary
=
genericArbitrary
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment