Skip to content

Commit

Permalink
📝 adding pytest doc
Browse files Browse the repository at this point in the history
  • Loading branch information
couyang24 committed Apr 20, 2022
1 parent e48b991 commit 4d5a5d2
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/tests.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
tests package
=============

Submodules
----------

tests.conftest module
---------------------

.. automodule:: tests.conftest
:members:
:undoc-members:
:show-inheritance:

tests.test\_pandas\_transform module
------------------------------------

.. automodule:: tests.test_pandas_transform
:members:
:undoc-members:
:show-inheritance:

tests.test\_spark\_transform module
-----------------------------------

.. automodule:: tests.test_spark_transform
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: tests
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 4d5a5d2

Please sign in to comment.