Unity test tools - Autocomplete not working

Hi !
I recently started using unity test tools for my unit tests. However, autocomplete in monodevelop is not working for this, although it compiles fine.

This includes attributes like [Test] and [TestFixture], but also Assert.That().

Is there any way to make it work ?

Apparently it’s a bug with the plugin importer. You can fix it for now if you change the import settings on the NUnit dlls. In UnityTestTools/UnitTesting/Editor/NUnit/Libs check the “Any Platform” box on the 3 NUnit dlls.