問題タブ [rebar3]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
282 参照

automated-tests - rebar3 を使用して適切なコードでテストをセットアップする方法は?

rebar3次のようなテンプレートを使用して簡単なアプリケーションを作成しました。

apps/myapp/app/myapp_app.erl

私はそのためのテストを書きました:

apps/myapp/test/myapp_test.erl

悲しいことに、テストを開始すると、2 つのファイル間のリンクが行われていないようです。

追加するものはありrebar.configますか?