class

Analyzer::Elixir::ElixirEngine

Inherits FileScanEngine < Analyzer < FileHelper < Reference < Object

Class methods

test_path?(path : String) : Bool

ExUnit's filename convention is rigid: every test module sits in a file named *_test.exs, and mix test ignores anything else. Production code never adopts that name, so the suffix check is safe for every Elixir analyzer (Phoenix/Plug/Bandit).

Source