Skip to content

Commit 1e4bc50

Browse files
committed
refactor readme files: in julia tests
1 parent af076ca commit 1e4bc50

File tree

8 files changed

+38
-26
lines changed

8 files changed

+38
-26
lines changed

tests/julia/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Overview of tests for the julia buildpack
2+
3+
## Tested configuration files
4+
5+
- [`Project.toml`](https://repo2docker.readthedocs.io/en/latest/config_files.html#project-toml-install-a-julia-environment)
6+
- [`REQUIRE`](https://repo2docker.readthedocs.io/en/latest/config_files.html#require-install-a-julia-environment-legacy)
7+
- [`requirements.txt`](https://repo2docker.readthedocs.io/en/latest/config_files.html#requirements-txt-install-a-python-environment)
8+
9+
## Test folders
10+
11+
### project
12+
13+
- Tests use of a `Project.toml` file for Julia, using the repo2docker default
14+
version of Julia as specified in `julia_project.py`.
15+
16+
### project-1.0.2
17+
18+
- Tests use of a `Project.toml` file for Julia, using a version of Julia
19+
specified via `julia = "=1.0.2"` in `Project.toml`'s `[compat]` section.
20+
21+
### require
22+
23+
- Tests use of a `REQUIRE` file for Julia, using the repo2docker default version
24+
of Julia as specified in `julia_require.py`. Note that this is default version
25+
is currently 0.6.4!
26+
27+
- Starting with Julia v0.7 and up, the package manager has changed, so this
28+
tests that the Julia version below that can be installed correctly as well.
29+
30+
### require-1-requirements-file
31+
32+
- Tests use of a `REQUIRE` file for Julia, using a major version version
33+
specification. Note that this major version specification is currently
34+
resolving to a pinned minor and patch version as declared in
35+
`julia_require.py`.
36+
37+
- Test use of a `requirements.txt` file, where it is expected to be respected
38+
alongside the `REQUIRE` file.

tests/julia/project-1.0.2/README.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/julia/project/README.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/julia/require-1-requirements/README.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

tests/julia/require/README.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)