Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: unit testing a method that asks two user inputs() in console
Post: unit testing a method that asks two user inputs() ...

Hi, I am really struggling to unittest the following simple method: def add(): a = int(input('Enter first number ')) b= int(input('Enter second number ')) return a + bI tr...
gebel General Coding Help 0 2,121 Apr-03-2019, 07:59 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020