Anders and Briegel in Python
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- from nose import with_setup
- from rightphase import RightPhase
-
- def test_rightphase():
- assert RightPhase(4) == 4
|