This file is the entry point in the test discovery system of F# QA suite.
About the format:
# are considered as comments,env.lst file listing individual tests(TODO, describe the format)
You can use run.fsharpqa.test.fsx script, and edit the end of it to specify which classifying tag you are working with. Evaluating the script should run the relevant tests.
A convenience “fsharpqafiles.csproj” project is located in the fsharp.sln solution, the only purpose is to facillitate navigation to test files that frequently need to be edited from within the IDE/text editor environment.
env.lst files by prepending those with #../TestResults/runpl.log which should contain failures or be empty (in which cases, your tests are passing).(TODO, provide some guidance about how to define env.lst files)