Skip to content

Commit e0a63fe

Browse files
mathgeek31415valeriabarra
authored andcommitted
added instructions for running test suite
1 parent 383b3c7 commit e0a63fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

julia/MOLE.jl/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ In ```mole/julia/MOLE.jl```, use the following commands to instatiate and precom
2929
3030
Then, to run a script such as myScript.jl, use the command
3131

32-
> ```julia --project=. path/to/myScript.jl```
32+
> ```julia --project=. path/to/myScript.jl```
33+
34+
## Running the test suite
35+
36+
To run the unit tests, first enter the Julia REPL as in the above section (that is, by running the command ```julia --project=.``` from the directory ```mole/julia/MOLE.jl```). Next, enter the ```pkg``` mode by pressing ```]```, then type the command ```test```. The results of the unit tests should be displayed to your console.

julia/MOLE.jl/docs/src/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ Then, to run a script such as myScript.jl, use the command
3131

3232
> ```julia --project=. path/to/myScript.jl```
3333
34+
## Running the test suite
35+
36+
To run the unit tests, first enter the Julia REPL as in the above section (that is, by running the command ```julia --project=.``` from the directory ```mole/julia/MOLE.jl```). Next, enter the ```pkg``` mode by pressing ```]```, then type the command ```test```. The results of the unit tests should be displayed to your console.
37+
3438
## Functions
3539

3640
### Operators

0 commit comments

Comments
 (0)