Yazılım detaylar:
Versiyon: 0.20130516.1
Qayıt: 20 Feb 15
Lisans: Ücretsiz
Popülerlik: 76
prego testcases unittest Python gibi çalışan bir sistem test çerçevedir.
Matchers
- Test.assert_that (Sunucu ('www.google.com'), erişilebilir ())
- Test.assert_that (Sunucu ('www.google.com'), listen_port (80))
- Test.assert_that (Sunucu ('localhost'), listen_port (2000))
- Test.assert_that (yerel, listen_port (2000))
- Test.assert_that (localhost, is_not (listen_port (3000)))
Gereksinimler :
- Python
Yorum Bulunamadı