This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

sebastiandedeyne
Title says all! Is it possible to manually mark tests as incomplete or skipped in ExUnit, in the middle of a test case?
New
ntd23
Hi again ppl, I really like the idea of test my private functions, mainly after read this article of @pragdave, but the library that he...
New
NobbZ
I’m currently in the process of taking over a very large codebase in my new job and already did my first simple changes within a day ago ...
New
stevegrossi
I'm using Wallaby (0.17.0) for acceptance tests with phantomjs (2.1.1), and the latest Elixir (1.4.5) and Erlang (20). I've written a few...
New
Fl4m3Ph03n1x
Background I have an umbrella project, where I run mix test from the root. In one of the apps, I am mocking the File module using the Mo...
New
kanishka
I think scala testing libraries has an operator for tests that checks some condition eventuallt evaluates to true (with an implicit timeo...
New
caslu
I added Pow to my application using this guide because i have a JSON api structure, but after integrate with pow, my controller tests bro...
New
apoorv-2204
The Issue of Enums in Elixir Elixir doesn’t have a native enum construct, so we usually rely on atoms, strings, or macros to represent na...
New
zac
I just spent half a day trying to figure out how to get around this: (DBConnection.OwnershipError) cannot find ownership process for #P...
New
mlncn
Elixir has potentially great support for Behavior Driven Development and writing tests in the well-known Gherkin language, but online sea...
New
sodapopcan
Perhaps oddly, this is the first time I’ve hit this situation in Elixir: I would like to test that a function has only been called once. ...
New
tommasoamici
I’ve got an annoying problem on my hands. I’m open to a different approach as well. I’m writing a GenServer to store a live auction, whe...
New
Gigitsu
Hi everyone, I’m running into an issue when using a dynamic repository in my tests, and I’m trying to understand why the sandbox behaves...
New
mbarekTrismegistus
<?xml version="1.0"?> <!DOCTYPE tsung SYSTEM "tsung-1.0.dtd"> <tsung loglevel="warning" version="1.0"> <clients...
New
eileennoonan
I’m making HTTP requests from inside a Poolboy pool. I’m having a hell of a time trying to use Req.Test stubs in ExUnit in an e2e workfl...
New

Last Three Year's Trending Top

JDanielMartinez
Hi! May someone helps me, please! I have two apps into an umbrella project: the first one is Database, which manages queries, and the se...
New
boriscy
I have this code in my controller def create(conn, %{"order" => order_params}) do order_params = get_params(conn, order_params...
New
ThrashAbaddon
I have a seed.exs and I want to use it before mix test to seed db and then use that data inside tests. How do I do that?
New
phtrivier
Should it be safe to use Application put/get env in multiple tests ? Assuming I "clean" the env at the setup of each tests, is it possibl...
New
gianthamster
I’m working on a multiple-choice quiz application that uses LiveView for its interface. The questions are randomly selected from a larger...
New
Euphorichuman
I’m trying to test a Phoenix phx-click event which, after being clicked, adds a flash message to the socket of a Live view: put_flash (),...
New
coladarci
Hello, all! I’m curious if anyone has ideas/experience around the best ways to go about testing live view components. Obviously you can ...
New
Softknobs
Hi, I cannot figure out how to test some LiveComponents simulating the actual events that would be sent by the user. In my case, the Li...
New
Jcambass
Hi there, I’ve recently added end-to-end testing to my phoenix application. I quickly tried setting up hound but then ended up using wal...
New
grangerelixx
I have a LiveView page that returns a list of students names and ids sorted in a table. In test, {:ok, index, html} = live(conn, Routes...
New
ug0
I have code to do bulk insert which looks like this: stream = build_attrs_stream() Repo.transaction(fn -> stream |> Stream.ch...
New
Laurent
In some tests, we need to compare 2 structs between each other. However when we build the test struct: this is done manually %{ data...
New
ravernkoh
How do I test some code if a browser session with some user data inside (perhaps from Guardian) is required? How do I get that session da...
New
wearblc
I am working on testing a complex function that makes multiple third party API calls. We use [Bypass](https://hexdocs.pm/bypass/Bypass.ht...
New
axelson
I have a question for people who have been using bypass for testing web requests. How do you handle asynchronous tests where the code mak...
New

Trending Over Three Years Top

New
chrisalley
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
Fl4m3Ph03n1x
Background Let’s assume I have a typical GenServer that receives messages as requests, does some operation in a DB and returns responses....
New
Fl4m3Ph03n1x
Background I have a test suite and I need to know the coverage of the project. I have played around with mix test --cover but I find the...
New
Hris
Using Guardian for register/login. I am getting this error when I try to log in: [info] Sent 401 in 819ms [error] #PID<0.440.0> r...
New
praveenperera
Theres a new tool for acceptance testing called Wallaby, I was wondering if anyone has experience with it. I was specifically wondering h...
New
nelsonic
This is a bit of a “strange” question but please bare with me; I expect it will be useful/insightful to others learning Elixir/Phoenix wa...
New
axelson
Given these two maps: map1 = %{a: 1} map2 = %{a:1, b: 2} This works fine: %{a: 1} = map2 But these do not: iex> ^map1 = map2 *...
New
icecap
In order to update a last_seen field when a User leaves their UserChannel, I am starting a GenServer, on join, that monitors the User's U...
New
chvanikoff
Hi, I'm in need to test that some process (in my particular case, it's a Phoenix channel) receives some message from another process (via...
New
vivus-ignis
Hello there! I have a mix task which grabs some data from a remote API, collects it into a file (a biggish xml), then sucks it in as a ...
New
Fl4m3Ph03n1x
Background I have a test file with several describe blocks, each one with a custom setup block, like the following: defmodule MyAppTest ...
New
tompave
Hello I’m opening this thread to ask some questions about testing practices when dealing with values set at compile time. I’m working w...
New
oboudry
I can see Logger outputs from my test scripts, but when I add Logger statements into the tested application, these won't show during the ...
New
gzah
Is it possible to write a script file that launches the Elixir console, and then compiling files and finally execute a function from a co...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement