Low Kian Seong
Low Kian Seong
How can I help ? [image: Low Kian Seong on about.me] Low Kian Seong about.me/lowkianseong On Mon, Jan 4, 2021 at 6:21 PM John R Barker wrote: > @patsevanton Thank...
Still no movement of this ?
In the latest Elixir: 1.3.4 I don't think this is around anymore: ``` ** (UndefinedFunctionError) function ExUnit.Case.__on_definition__/3 is undefined or private ```
An update on this: http://stackoverflow.com/questions/40478588/how-do-replace-exunit-case-on-definition
Strange, by itself (cloning only Amrita), all the tests passes when I run `make ci`. Let me investigate further.
I am down to this: ``` Generated radpath.app ** (RuntimeError) cannot use ExUnit.Case without starting the ExUnit application, please call ExUnit.start() or explicitly start the :ex_unit app (ex_unit) expanding macro:...
My test: ``` Code.require_file "../test_helper.exs", __ENV__.file defmodule RadpathTests do use Amrita.Sweet import PathHelpers alias :file, as: F # defchecker path_exists(path) do # File.exists?(path) |> truthy # end facts "Test zipping"...
+1 Has this been submitted upstream ?
Oh. Any reason why not ?
Right. @brianhelba ?? On Wed, 25 May 2016 at 12:28 PM, Matt Davis [email protected] wrote: > No particularly good reason, I think. If other people on this thread > (particularly...