- Cham, Bavaria, Germany
- http://moserei.de
Block or Report
Block or report moser
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
public void printCurrentStackTrace() {
2StackTraceElement[] elements = Thread.currentThread().getStackTrace();
3for(int i= 2; i < elements.length; i++) { //2 to remove Thread#getStackTrace and this method
4System.out.println(elements[i]);
5}
-
1
import Data.Maybe
2import Data.List
3import qualified Data.Set as Set
45type Point = (Int, Int, Int)
-
1
while true; do inotifywait -e modify file1 my_test_file1 ... && MY_TEST_COMMAND; done
-
pytest-libnotify Public
Notifications for pytest that update while the tests are running & show failing tests before the test session finished.
Python