Skip to content

jamesrcounts/ApprovalTests.Python

 
 

Repository files navigation

====================
ApprovalTests.Python
====================

Capturing Human Intelligence - ApprovalTests is an open source
assertion/verification library to aid testing.  approvaltests
is the ApprovalTests port for Python.

For more information see: www.approvaltests.com  Typical usage
opten looks like this::

    import unittest
    from approvaltests.Approvals import verify


    class VerifyTests(unittest.TestCase):
        @staticmethod
        def test_verify():
            verify("Hello World.")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%