Skip to content
#

numerical

Here are 156 public repositories matching this topic...

julia
fonsp
fonsp commented Mar 25, 2021

Julia 1.6.0-rc3

runtests.jl:

using Test

d = Dict("hello" => "world")
@test keys(d) == ["hello"]

Test output:

     Testing Running tests...
Test Failed at /Users/fons/Documents/Pluto.jl/test/runtests.jl:4
  Expression: keys(d) == ["hello"]
   Evaluated: ["hello"] == ["hello"]
ERROR: LoadError: There was an error during testing
in expression starting at /Users/

Improve this page

Add a description, image, and links to the numerical topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the numerical topic, visit your repo's landing page and select "manage topics."

Learn more