Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to specify wildcard for a model file name #7

Merged
merged 1 commit into from
Jul 12, 2018

Commits on Jul 12, 2018

  1. Add ability to specify wildcard for a model file name

    The way it's implemented is as follows:
    1. During assembly load, check if a test has a wildcard for the model, e.g.
    ```
    [TestModel(@"C:\RevitModels\test_models\*.rvt")]
    ```
    or
    ```
    [TestModel(@"C:\RevitModels\test_models\*.rfa")]
    ```
    
    2. Enumerate all files that match the wildcard in the specified directory
    3. For each model file found, create a separate entry for the current test with this model
    Mark Vulfson committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    7b067b4 View commit details
    Browse the repository at this point in the history