mstest - How do I clear the [Ignore] cache for test methods? (without restarting Visual Studio) -


I have some tests that were marked as [ignored] , but now , I want to run again, so I remove the [Ignore] attribute, but Visual Studio still does not pay attention to them.

Now what can I do to clear the cache to ignore the tests?

Update:

It seems that this data is stored in the vsmdi file:

  & lt; TestLink ..name = "legal name" ... enabled = "wrong" />   

Then it is necessary to remove the windy file, or otherwise to revive it.

However, Visual Studio caches it, so restarting the Visual Studio seems to fix the problem (sometimes at least).

We have this issue where I also work.

You can manually change the .vsmdi file or delete it. If you open the test scene again (after deleting it) it will generate a new file.

In addition to this, there may be a similar problem with which you have selected the selected test settings, it will also be 'cache'.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -