<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="152498" data-post-id="152498">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="hrubi" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  hrubi
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The problem with MecksUnit not mocking modules in some cases is related to this issue: <a href="https://github.com/archan937/mecks_unit/issues/4" class="inline-onebox" rel="noopener nofollow ugc">Mocks are not found when running "mix test" with non-path arguments · Issue #4 · archan937/mecks_unit · GitHub</a></p>
<p>It works fine only when the mix task is run without arguments or when the test file is present among the arguments (which is the experience you describe).</p>
<p>Also working in version 1.2 and not working in version 1.3 points to that this was introduced in <a href="https://github.com/archan937/mecks_unit/commit/12862b6" class="inline-onebox" rel="noopener nofollow ugc">Force sequential ':meck'-ing to tackle parallel compiling errors · archan937/mecks_unit@12862b6 · GitHub</a>.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="152498" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/mecksunit-elegantly-mock-module-functions-in-async-exunit-tests/19333/24">Post #23</a>
	                </div>
	            </div>
              <div id="likers-container-152498" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="152498"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #23"></div>
  </section>
</div>
    <div class="postbit" id="152518" data-post-id="152518">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sztosz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sztosz/120/1251_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sztosz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I stopped using MecksUnit in favour of Mox. Mox enforces better code architecture anyway. I simply spent to much time on it, and later did some other things without any mocking, and I even forgot about this whole topic until your message <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="152518" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/mecksunit-elegantly-mock-module-functions-in-async-exunit-tests/19333/25">Post #24</a>
	                </div>
	            </div>
              <div id="likers-container-152518" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="152518"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #24"></div>
  </section>
</div>
    <div class="postbit" id="171665" data-post-id="171665">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="archan937" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/archan937/120/13541_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  archan937
                      <span class="op-star" title="Thread Starter">
                        <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                      </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Hey <a class="mention" href="/u/hrubi" rel="nofollow">@hrubi</a> (and <a class="mention" href="/u/sztosz" rel="nofollow">@sztosz</a>), the <a href="https://github.com/archan937/mecks_unit/commit/82596a2777447f974b32aac8b503eaa0e2d78787" rel="noopener nofollow ugc">bugfix</a> has been released in <a href="https://github.com/archan937/mecks_unit/commit/8f5d1cb7d5265143024f862ed0d02a8e3c437b59" rel="noopener nofollow ugc">MecksUnit v0.1.9</a>.</p>
<p>Really sorry for the late reply <img src="https://forum.elixirforum.com/images/emoji/apple/pray.png?v=15" title=":pray:" class="emoji" alt=":pray:" loading="lazy" width="20" height="20"> <img src="https://forum.elixirforum.com/images/emoji/apple/v.png?v=15" title=":v:" class="emoji" alt=":v:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="171665" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/mecksunit-elegantly-mock-module-functions-in-async-exunit-tests/19333/26">Post #25</a>
	                </div>
	            </div>
              <div id="likers-container-171665" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="171665"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>