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
With FUnit.Directives package, you can *include* external file into file-based app project by adding special directive comment `//:funit:include <path to the file>`.
139
+
140
+
```cs
141
+
#:packageFUnit@*
142
+
#:packageFUnit.Directives@*
143
+
144
+
//:funit:include ./path/to/external-file.cs
145
+
146
+
returnFUnit.Run( /* tests depending on 'external-file.cs */ );
0 commit comments