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
If a task added to :prep-tasks generates sources containing tests, those test namespaces will not be run because leiningen.test performs its namespace discovery before eval-in-project (and therefore :prep-tasks tasks) is run.
A real-world example of this is cljx (described more completely with a workaround here), which is moving away from hooks to use :prep-tasks (as advised here).
How can this be reconciled?
The text was updated successfully, but these errors were encountered:
If a task added to
:prep-tasks
generates sources containing tests, those test namespaces will not be run becauseleiningen.test
performs its namespace discovery beforeeval-in-project
(and therefore:prep-tasks
tasks) is run.A real-world example of this is cljx (described more completely with a workaround here), which is moving away from hooks to use
:prep-tasks
(as advised here).How can this be reconciled?
The text was updated successfully, but these errors were encountered: