:py:mod:`testbot.demo_test`
===========================

.. py:module:: testbot.demo_test


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   testbot.demo_test.SillyTest




Attributes
~~~~~~~~~~

.. autoapisummary::

   testbot.demo_test.__copyright__
   testbot.demo_test.__author__
   testbot.demo_test.__email__


.. py:data:: __copyright__
   :value: 'Copyright (c) 2024 Nuanguang Gu(Sunny) Reserved'

   

.. py:data:: __author__
   :value: 'Nuanguang Gu(Sunny)'

   

.. py:data:: __email__
   :value: 'nuanguang.gu@aliyun.com'

   

.. py:class:: SillyTest(methodName='runTest')


   Bases: :py:obj:`unittest.TestCase`

   SillyTest tests fun_to_test



   .. py:method:: test_Func1()

      Tests whether `Func1` is working properly





