Historique des commits

Auteur SHA1 Message Date
  Naoki Kambe 46dba3a3c6 [2225_statistics] rename _stoptimer() to stop(), change its interface, and update the description il y a 12 ans
  Naoki Kambe 96ee507bbc [2225_statistics] rename _starttimer() to start() and change its interface il y a 12 ans
  Naoki Kambe 3836cadb53 [2225_statistics] rename _getter() to get() and change its interface il y a 12 ans
  Naoki Kambe 02e9061387 [2225_statistics] rename _decrementer() to dec() and change its interface il y a 12 ans
  Naoki Kambe b53ecd7c25 [2225_statistics] rename _incrementer() to inc() and change its interface il y a 12 ans
  Naoki Kambe a1fcd146a6 [2225_statistics] remove the unnecessary parameters il y a 12 ans
  Naoki Kambe 0e4b3df29c [2225_statistics] remove the unnecessary Counter() class il y a 12 ans
  Naoki Kambe 13c2eb5945 [2225_statistics] remove _parse_stats_spec() il y a 12 ans
  Naoki Kambe 8e0ebda2f0 [2225_statistics] remove the unnecessary functor creators il y a 12 ans
  Naoki Kambe ad4eae2bc3 [2225_statistics] add @staticmethod annotation to inc_notifyoutv4() and inc_notifyoutv6() il y a 12 ans
  Naoki Kambe 36df68ce89 [2225_statistics] do imp.reload(counter) in setUpClass() il y a 12 ans
  Naoki Kambe a9a229b231 [2225_statistics] change init() to class method (add @classmethod annotation) il y a 12 ans
  Naoki Kambe 48625915d6 [2225_statistics] put _COUNTER inside of the class scope il y a 12 ans
  Naoki Kambe 0a10b2ed25 [2225_statistics] change the order of the parent classes and add setUp() and tearDown() into the child classes il y a 12 ans
  Naoki Kambe 78a4e4cd87 [2225_statistics] reload module in setUp() il y a 12 ans
  Naoki Kambe d834a1a1b9 [2225_statistics] should not do this test unless there is no timer parameter(time_to_xxx) in statistics spec il y a 12 ans
  Naoki Kambe abd4fe9ffe [2225_statistics] add tearDown() il y a 12 ans
  Naoki Kambe 2c8b5b294b [2225_statistics] revise a comment il y a 12 ans
  Naoki Kambe c6aa9a4c2e [2225_statistics] remove unused paths il y a 12 ans
  Naoki Kambe 7dee66ffe8 [2225_statistics] update counter class names in docstring il y a 12 ans
  Naoki Kambe 117645fa11 [2225_statistics] move init() into the Counter class il y a 12 ans
  Naoki Kambe 0ca61cffc9 [2225_statistics] move constants which are used in test_rasing_incrementers() il y a 12 ans
  Naoki Kambe 83e4b764a9 [2225_statistics] add tearDown() il y a 12 ans
  Naoki Kambe 69bc301dec [2225_statistics] reload counter module in each testcase il y a 12 ans
  Naoki Kambe 2ba2f02690 [2225_statistics] add B10_FROM_SOURCE il y a 12 ans
  Naoki Kambe 2f29fad03b [2225_statistics] rename class name and add TEST_SPECFILE_LOCATION il y a 12 ans
  Naoki Kambe a52d10a93a [2225_statistics] add some test specfiles il y a 12 ans
  Naoki Kambe 123f5a29a7 [2225_statistics] merge TestXfroutCounter and TestXfrinCounter into BaseTestCounter il y a 12 ans
  Naoki Kambe 525ca6149d [2225_statistics] open specfile in Counter class il y a 12 ans
  Naoki Kambe 889dc09ad4 [2225_statistics] add _parse_stats_spec() to get each list of names on statistics spec il y a 12 ans