diff --git a/news/1 Enhancements/11864.md b/news/1 Enhancements/11864.md new file mode 100644 index 000000000000..0790187c7486 --- /dev/null +++ b/news/1 Enhancements/11864.md @@ -0,0 +1 @@ +Added command to run last executed test. diff --git a/news/1 Enhancements/12218.md b/news/1 Enhancements/12218.md new file mode 100644 index 000000000000..27bf31ac2ec2 --- /dev/null +++ b/news/1 Enhancements/12218.md @@ -0,0 +1 @@ +Add shortcut to run the current test (at cursor position). diff --git a/news/1 Enhancements/13147.md b/news/1 Enhancements/13147.md new file mode 100644 index 000000000000..78c8c6fdf147 --- /dev/null +++ b/news/1 Enhancements/13147.md @@ -0,0 +1 @@ +Run all tests in a multi-root workspace without prompting. diff --git a/news/1 Enhancements/3652.md b/news/1 Enhancements/3652.md new file mode 100644 index 000000000000..df73e05e453d --- /dev/null +++ b/news/1 Enhancements/3652.md @@ -0,0 +1 @@ +Added commands to select and run a set of tests. diff --git a/news/1 Enhancements/8405.md b/news/1 Enhancements/8405.md new file mode 100644 index 000000000000..09ea0d1eeced --- /dev/null +++ b/news/1 Enhancements/8405.md @@ -0,0 +1 @@ +Remove the testing functionality from the status bar. diff --git a/news/1 Enhancements/8675.md b/news/1 Enhancements/8675.md new file mode 100644 index 000000000000..4965b95e19cf --- /dev/null +++ b/news/1 Enhancements/8675.md @@ -0,0 +1 @@ +Automatically detect new test file in test explorer. diff --git a/news/1 Enhancements/8836.md b/news/1 Enhancements/8836.md new file mode 100644 index 000000000000..028c8a633124 --- /dev/null +++ b/news/1 Enhancements/8836.md @@ -0,0 +1 @@ +Search test names in test explorer. diff --git a/news/1 Enhancements/9026.md b/news/1 Enhancements/9026.md new file mode 100644 index 000000000000..36d21a7f4df9 --- /dev/null +++ b/news/1 Enhancements/9026.md @@ -0,0 +1 @@ +Added a command for displaying the test explorer. diff --git a/news/1 Enhancements/9402.md b/news/1 Enhancements/9402.md new file mode 100644 index 000000000000..789362274c96 --- /dev/null +++ b/news/1 Enhancements/9402.md @@ -0,0 +1 @@ +Make "run all tests" icon gray instead of green. diff --git a/news/2 Fixes/10972.md b/news/2 Fixes/10972.md new file mode 100644 index 000000000000..da53177f3b09 --- /dev/null +++ b/news/2 Fixes/10972.md @@ -0,0 +1 @@ +Fix for unittest module invoking wrong TestCase. diff --git a/news/2 Fixes/11866.md b/news/2 Fixes/11866.md new file mode 100644 index 000000000000..211b26ac865c --- /dev/null +++ b/news/2 Fixes/11866.md @@ -0,0 +1 @@ +Fix for unable to navigate to test function. diff --git a/news/2 Fixes/12403.md b/news/2 Fixes/12403.md new file mode 100644 index 000000000000..7603d82d9db2 --- /dev/null +++ b/news/2 Fixes/12403.md @@ -0,0 +1 @@ +Fix for running test fails trying to access non-existing file. diff --git a/news/2 Fixes/12995.md b/news/2 Fixes/12995.md new file mode 100644 index 000000000000..a983c81eed14 --- /dev/null +++ b/news/2 Fixes/12995.md @@ -0,0 +1 @@ +Fix for code lenses don't work after opening files from different projects in workspace. diff --git a/news/2 Fixes/13285.md b/news/2 Fixes/13285.md new file mode 100644 index 000000000000..7f73e64cb180 --- /dev/null +++ b/news/2 Fixes/13285.md @@ -0,0 +1 @@ +Fix for the pytest icons keep spinning when run Test Method. diff --git a/news/2 Fixes/13713.md b/news/2 Fixes/13713.md new file mode 100644 index 000000000000..1269610be451 --- /dev/null +++ b/news/2 Fixes/13713.md @@ -0,0 +1 @@ +Test for any functionality related to testing doesn't work if language server is set to none. diff --git a/news/2 Fixes/13916.md b/news/2 Fixes/13916.md new file mode 100644 index 000000000000..a8c4953e3dad --- /dev/null +++ b/news/2 Fixes/13916.md @@ -0,0 +1 @@ +Fix for cannot configure PyTest from UI. diff --git a/news/2 Fixes/15260.md b/news/2 Fixes/15260.md new file mode 100644 index 000000000000..54af2fe92536 --- /dev/null +++ b/news/2 Fixes/15260.md @@ -0,0 +1 @@ +Fix for test icons not updating when using pytest. diff --git a/news/2 Fixes/15736.md b/news/2 Fixes/15736.md new file mode 100644 index 000000000000..0752a597b670 --- /dev/null +++ b/news/2 Fixes/15736.md @@ -0,0 +1 @@ +Fix for debugging tests is returning errors due to "unsupported status". diff --git a/news/2 Fixes/16475.md b/news/2 Fixes/16475.md new file mode 100644 index 000000000000..ab43422fee61 --- /dev/null +++ b/news/2 Fixes/16475.md @@ -0,0 +1 @@ +Fix for "There was an error in running the tests" when stopping debugger. diff --git a/news/2 Fixes/1654.md b/news/2 Fixes/1654.md new file mode 100644 index 000000000000..1015fbcf6244 --- /dev/null +++ b/news/2 Fixes/1654.md @@ -0,0 +1 @@ +Fix for test code lenses do not disappear even after disabling the unit tests. diff --git a/news/2 Fixes/2382.md b/news/2 Fixes/2382.md new file mode 100644 index 000000000000..bd31cd7799f3 --- /dev/null +++ b/news/2 Fixes/2382.md @@ -0,0 +1 @@ +Fix for code lens for a test class run under unittest doesn't show overall results for methods. diff --git a/news/2 Fixes/2644.md b/news/2 Fixes/2644.md new file mode 100644 index 000000000000..e481f5c61932 --- /dev/null +++ b/news/2 Fixes/2644.md @@ -0,0 +1 @@ +Fix for test code lens do not appear on initial activation of testing support. diff --git a/news/2 Fixes/2660.md b/news/2 Fixes/2660.md new file mode 100644 index 000000000000..74bb10bfd255 --- /dev/null +++ b/news/2 Fixes/2660.md @@ -0,0 +1 @@ +Fix for "No tests ran, please check the configuration settings for the tests". diff --git a/news/2 Fixes/2790.md b/news/2 Fixes/2790.md new file mode 100644 index 000000000000..0a73cb76f516 --- /dev/null +++ b/news/2 Fixes/2790.md @@ -0,0 +1 @@ +Fix for code lenses disappear on save, then re-appear when tabbing on/off the file. diff --git a/news/2 Fixes/3062.md b/news/2 Fixes/3062.md new file mode 100644 index 000000000000..d490422dc225 --- /dev/null +++ b/news/2 Fixes/3062.md @@ -0,0 +1 @@ +Fix for code lenses for tests not showing up when test is defined on line 1. diff --git a/news/2 Fixes/3591.md b/news/2 Fixes/3591.md new file mode 100644 index 000000000000..3bad43fee35c --- /dev/null +++ b/news/2 Fixes/3591.md @@ -0,0 +1 @@ +Fix for command 'python.runtests' not found. diff --git a/news/2 Fixes/4469.md b/news/2 Fixes/4469.md new file mode 100644 index 000000000000..150c3df5eb3b --- /dev/null +++ b/news/2 Fixes/4469.md @@ -0,0 +1 @@ +Fix for navigation to code doesn't work with parameterized tests. diff --git a/news/2 Fixes/4848.md b/news/2 Fixes/4848.md new file mode 100644 index 000000000000..832a093c8f97 --- /dev/null +++ b/news/2 Fixes/4848.md @@ -0,0 +1 @@ +Fix for tests are not being discovered at first in multiroot workspace. diff --git a/news/2 Fixes/5417.md b/news/2 Fixes/5417.md new file mode 100644 index 000000000000..a80c2adf023c --- /dev/null +++ b/news/2 Fixes/5417.md @@ -0,0 +1 @@ +Fix for tests not found after upgrade. diff --git a/news/2 Fixes/6787.md b/news/2 Fixes/6787.md new file mode 100644 index 000000000000..f11fc5475504 --- /dev/null +++ b/news/2 Fixes/6787.md @@ -0,0 +1 @@ +Fix for test results not updated if test is run via codelens. diff --git a/news/2 Fixes/7150.md b/news/2 Fixes/7150.md new file mode 100644 index 000000000000..792ee09816b0 --- /dev/null +++ b/news/2 Fixes/7150.md @@ -0,0 +1 @@ +Fix for "Run Current Test File" is not running tests, just discovering them. diff --git a/news/2 Fixes/7443.md b/news/2 Fixes/7443.md new file mode 100644 index 000000000000..e570b451d426 --- /dev/null +++ b/news/2 Fixes/7443.md @@ -0,0 +1 @@ +Fix for testing code lenses don't show for remote sessions to a directory symlink. diff --git a/news/2 Fixes/7870.md b/news/2 Fixes/7870.md new file mode 100644 index 000000000000..8bb9c96d3c46 --- /dev/null +++ b/news/2 Fixes/7870.md @@ -0,0 +1 @@ +Fix for discover test per folder icon is missing in multi-root workspace after upgrade. diff --git a/news/2 Fixes/8448.md b/news/2 Fixes/8448.md new file mode 100644 index 000000000000..fca0c8d6d6c5 --- /dev/null +++ b/news/2 Fixes/8448.md @@ -0,0 +1 @@ +Fix for clicking on a test in the Test Explorer does not navigate to the correct test. diff --git a/news/2 Fixes/8761.md b/news/2 Fixes/8761.md new file mode 100644 index 000000000000..5ea6226dc999 --- /dev/null +++ b/news/2 Fixes/8761.md @@ -0,0 +1 @@ +Fix for if multiple tests have the same name, only one is run. diff --git a/news/2 Fixes/9640.md b/news/2 Fixes/9640.md new file mode 100644 index 000000000000..c8d733193c63 --- /dev/null +++ b/news/2 Fixes/9640.md @@ -0,0 +1 @@ +Fix for test failure is reported as a compile error.