Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Tests run twice on windows #9

@cschneid

Description

@cschneid

I'm new to developing on windows, so I'm unsure if this is particularly windows related, or what, but I am seeing tests run twice on every save of a test file.

Windows 10, ConEmu + cmd.exe, Atom, Elixir 1.4.4, Phoenix 1.3.0pre2 (brand new app).

set MIX_ENV=test

> iex -S mix
Eshell V8.3  (abort with ^G)
Interactive Elixir (1.4.4) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> .iex(1)>

### A SINGLE SAVE of test/myapp/web/controllers/page_controller_test.exs

iex(1)> Finished in 0.06 seconds
iex(1)> 1 test, 0 failures
iex(1)>
Randomized with seed 278000
iex(1)> .iex(1)>

iex(1)> Finished in 0.00 seconds
iex(1)> 1 test, 0 failures
iex(1)>
Randomized with seed 396000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions