Skip to content

Commit

Permalink
Remove NBInclude tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
twavv committed Dec 18, 2019
1 parent 6a073cb commit c79f367
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ JSExpr = "97c1335a-c9c5-57fe-bc5d-ec35cebe8660"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Mux = "a975b10e-0019-58db-a62f-e48ff68538c9"
Blink = "ad839575-38b3-5650-b840-f874b8c74a25"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
NodeJS = "2bd173c7-0d6d-553b-b6af-13a54713934c"

Expand Down
18 changes: 11 additions & 7 deletions test/ijulia-tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,14 @@ else
)
end

# Test the demo jupyter notebook and make sure all of its cells execute
# without error.
using NBInclude

@testset "Demo notebook" begin
@nbinclude(joinpath(@__DIR__, "assets", "jupyter-test.ipynb"))
end
# Disabled by Travis (travigd) on 2019.12.18 because it seems to be causing
# weird issues and doesn't really test anything (except that the code in the
# notebook runs).
# --
# # Test the demo jupyter notebook and make sure all of its cells execute
# # without error.
# using NBInclude
#
# @testset "Demo notebook" begin
# @nbinclude(joinpath(@__DIR__, "assets", "jupyter-test.ipynb"))
# end

0 comments on commit c79f367

Please sign in to comment.