Andy Watt
Andy Watt
I'm not sure anyone understood the question yet - I'm trying to do the same as @Moshex, which is to call the "livingdoc" CLI tool **_inside_** the [AfterTestRun] hook -...
> interesting. > > ``` > [Test] > public void Test1() > { > var assemblyLocation = typeof(SqlConnection).Assembly.Location; > var c = new SqlConnection(); > Assert.Pass(); > } > ```...
Did you find a solution for this? I'm trying to run up some pydub unit tests and I'm seeing the same issue down in utils.py - test discovery ultimately fails...