Skip to content

Commit

Permalink
Jive v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Dec 21, 2019
1 parent 498a984 commit 022f422
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["distributed", "test"]
license = "MIT"
desc = "some useful steps in tests"
authors = ["WooKyoung Noh <[email protected]>"]
version = "0.2.2-DEV"
version = "0.2.2"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# runtests

run the test files from the specific directory.
run the test files in a specific directory and path.

```julia
using Jive
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# runtests

run the test files from the specific directory.
run the test files in a specific directory and path.

```julia
using Jive
Expand Down
8 changes: 8 additions & 0 deletions test/test/broken.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module test_test_broken

using Test

@test_broken 1 == 2
@test_skip 1 == 2

end # module test_test_broken

0 comments on commit 022f422

Please sign in to comment.