You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a file with tests in it inside the test folder it is my expectation that the tests will be run.
If I name the file something other than _test.ex then the tests will not be run.
I will not receive any warning.
This is a pain.
The only constraint for a file to be run is that it is in the test/ folder.
Even if you file is not a test file there is no problem since it does not have test functions in it or use the fact/facts DSL. So nothing happens.
The text was updated successfully, but these errors were encountered:
When I create a file with tests in it inside the
test
folder it is my expectation that the tests will be run.If I name the file something other than _test.ex then the tests will not be run.
I will not receive any warning.
This is a pain.
The only constraint for a file to be run is that it is in the test/ folder.
Even if you file is not a test file there is no problem since it does not have test functions in it or use the fact/facts DSL. So nothing happens.
The text was updated successfully, but these errors were encountered: