Anders and Briegel in Python
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

test_rightphase.py 117B

před 8 roky
123456
  1. from nose import with_setup
  2. from rightphase import RightPhase
  3. def test_rightphase():
  4. assert RightPhase(4) == 4