-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from mbarbin/split-tests
Refactor test directory
- Loading branch information
Showing
39 changed files
with
495 additions
and
200 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(mdx | ||
(package provider-tests) | ||
(package provider-dev) | ||
(deps | ||
(package provider) | ||
(glob_files *.txt)) | ||
|
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,5 +1,5 @@ | ||
(mdx | ||
(package provider-tests) | ||
(package provider-dev) | ||
(deps | ||
(package provider) | ||
(glob_files *.txt)) | ||
|
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,5 +1,5 @@ | ||
(mdx | ||
(package provider-tests) | ||
(package provider-dev) | ||
(deps | ||
(package provider) | ||
(glob_files *.txt)) | ||
|
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
synopsis: | ||
"Package to regroup dev targets for the provider project, documentation, etc." | ||
maintainer: ["Mathieu Barbin <opensource@mbarbin.org>"] | ||
authors: ["Mathieu Barbin"] | ||
license: "ISC" | ||
homepage: "https://github.com/mbarbin/provider" | ||
doc: "https://mbarbin.github.io/provider/" | ||
bug-reports: "https://github.com/mbarbin/provider/issues" | ||
depends: [ | ||
"dune" {>= "3.16"} | ||
"ocaml" {>= "5.2"} | ||
"ocamlformat" {with-dev-setup & = "0.26.2"} | ||
"base" {>= "v0.17" & < "v0.18"} | ||
"bisect_ppx" {with-dev-setup & >= "2.8.3"} | ||
"eio" {>= "1.0"} | ||
"eio_main" {>= "1.0"} | ||
"expect_test_helpers_core" {>= "v0.17" & < "v0.18"} | ||
"higher_kinded" {>= "v0.17" & < "v0.18"} | ||
"mdx" {>= "2.4"} | ||
"ppx_compare" {>= "v0.17" & < "v0.18"} | ||
"ppx_enumerate" {>= "v0.17" & < "v0.18"} | ||
"ppx_expect" {>= "v0.17" & < "v0.18"} | ||
"ppx_hash" {>= "v0.17" & < "v0.18"} | ||
"ppx_here" {>= "v0.17" & < "v0.18"} | ||
"ppx_js_style" {with-dev-setup & >= "v0.17" & < "v0.18"} | ||
"ppx_let" {>= "v0.17" & < "v0.18"} | ||
"ppx_sexp_conv" {>= "v0.17" & < "v0.18"} | ||
"ppx_sexp_value" {>= "v0.17" & < "v0.18"} | ||
"ppxlib" {>= "0.33"} | ||
"provider" {= version} | ||
"provider-tests" {= version} | ||
"sherlodoc" {with-doc & >= "0.2"} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/mbarbin/provider.git" |
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
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
(library | ||
(name provider_test_eio) | ||
(public_name provider-dev.provider_test_eio) | ||
(inline_tests) | ||
(flags | ||
:standard | ||
-w | ||
+a-4-40-41-42-44-45-48-66 | ||
-warn-error | ||
+a | ||
-open | ||
Base | ||
-open | ||
Expect_test_helpers_base) | ||
(libraries | ||
base | ||
eio | ||
eio_main | ||
eio_test_providers | ||
expect_test_helpers_core.expect_test_helpers_base | ||
provider | ||
test_interfaces | ||
test_providers | ||
unix) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(lint | ||
(pps ppx_js_style -check-doc-comments)) | ||
(preprocess | ||
(pps | ||
-unused-code-warnings=force | ||
ppx_compare | ||
ppx_enumerate | ||
ppx_expect | ||
ppx_hash | ||
ppx_here | ||
ppx_let | ||
ppx_sexp_conv | ||
ppx_sexp_value))) |
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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
(library | ||
(name eio_test_providers) | ||
(public_name provider-dev.eio_test_providers) | ||
(inline_tests) | ||
(flags | ||
:standard | ||
-w | ||
+a-4-40-41-42-44-45-48-66 | ||
-warn-error | ||
+a | ||
-open | ||
Base | ||
-open | ||
Expect_test_helpers_base) | ||
(libraries | ||
base | ||
eio | ||
expect_test_helpers_core.expect_test_helpers_base | ||
test_interfaces | ||
provider | ||
unix) | ||
(instrumentation | ||
(backend bisect_ppx)) | ||
(lint | ||
(pps ppx_js_style -check-doc-comments)) | ||
(preprocess | ||
(pps | ||
-unused-code-warnings=force | ||
ppx_compare | ||
ppx_enumerate | ||
ppx_expect | ||
ppx_hash | ||
ppx_here | ||
ppx_let | ||
ppx_sexp_conv | ||
ppx_sexp_value))) |
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
Oops, something went wrong.