Kamal Mustafak4ml.hashnode.net·Feb 16, 2023Testing Pyramid app - Changing settings for function under testToday I was fixing one of our Pyramid app's test. Due to some changes in business logic, I need to change some settings for this particular test to pass. Should be a straightforward fix. We're using pytest to run the tests and our conftest.py resembl...Discuss·31 readsDebuggingFeb
Vaishnavi Shrivastavavaishnavi1511.hashnode.net·Apr 1, 2023write a code to inverse the pyramid .import java.util.Scanner; /** * Link4 */ public class Link { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("enter a number"); int n = sc.nextInt(); // System....DiscussPyramid
Vaishnavi Shrivastavavaishnavi1511.hashnode.net·Apr 1, 2023Write a code to print half rotated pyramid.import java.util.Scanner; /** * Link4 */ public class Link { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("enter a number"); int n = sc.nextInt(); // System....DiscussPyramid
Vaishnavi Shrivastavavaishnavi1511.hashnode.net·Apr 1, 2023Write a code to print half rotated pyramid.import java.util.Scanner; /** * Link4 */ public class Link { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("enter a number"); int n = sc.nextInt(); // System....DiscussPyramid
Vaishnavi Shrivastavavaishnavi1511.hashnode.net·Apr 1, 2023write a code to inverse the pyramid .import java.util.Scanner; /** * Link4 */ public class Link { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("enter a number"); int n = sc.nextInt(); // System....DiscussPyramid
Kamal Mustafak4ml.hashnode.net·Feb 16, 2023Testing Pyramid app - Changing settings for function under testToday I was fixing one of our Pyramid app's test. Due to some changes in business logic, I need to change some settings for this particular test to pass. Should be a straightforward fix. We're using pytest to run the tests and our conftest.py resembl...Discuss·31 readsDebuggingFeb