Anders and Briegel in Python
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

7 行
117B

  1. from nose import with_setup
  2. from rightphase import RightPhase
  3. def test_rightphase():
  4. assert RightPhase(4) == 4