unit-testing tag

3 questions


1 answers
89 views
0
Test the unit using Python Django.test.Client

I would like to test the web page I made using the class client for unit test provided by Jango.from django.conf import settingsfrom django.test import Clientsettings.configure()c = Client()response =...


1 answers
115 views
0
Tell me how to do a unit test in C language, samples, and experiences!

Hello.I'm a beginner developer.I want to do a unit test while doing a socket program with c in the centos Linux environment, so I am posting a question like this.Could you briefly tell me the Unit Tes...

1 years ago

1 answers
99 views
0
How do I deliberately make a specific exception in a unit test?

We need to do a unit test for the exceptionIs there a way to deliberately cause specific exceptions such as EOFError and ZeroDivisionError?


© 2024 OneMinuteCode. All rights reserved.