Skip to main content

No project description provided

Project description

expect-def

PyPI - Version PyPI - Python Version


Motivation

Expect tests give you a repl-like interactive development experience where any manual tests you make are trivially turned into automated assertions. The process of changing these assertions to match new constraints is as easy as can be.

See Jane Street's blog post The Joy of Expect Tests.

Usage

Create a test like so:

import expect_def as expect

@expect.test
def test_five_times_five():
    print(5 * 5)

This can be in a file specifically for testing or right next to the code it is testing. Anything you print will become an assertion

To run it, create a test.py file in the root of your project:

import src.your_project_here
import expect_def
expect_def.run

Make sure to import any modules whose tests you would like to run.

Runing python test.py test will show you a diff of the expected output if the tests fails:

/Users/charles/code/python-expect-def/example/__init__.py failed
------ /Users/charles/code/python-expect-def/example/__init__.py
++++++ /Users/charles/code/python-expect-def/example/__init__.py.err
@|-2,4 +2,7 ============================================================
 |
 |@expect.test
 |def test_five_times_five():
+|    """
+|    25
+|    """
 |    print(5 * 5)

Which you can accept with python test.py accept.

Alternatives

See also snapshottest and expecttest and pytest-expect. These don't make use of doc strings as the assertion mechanism and some integrate with pytest.

Installation

pip install expect-def

expect-def also depends on patdiff to show diffs, make sure to have that on the PATH.

License

expect-def is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

expect_def-0.0.4.tar.gz (3.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

expect_def-0.0.4-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file expect_def-0.0.4.tar.gz.

File metadata

  • Download URL: expect_def-0.0.4.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.24.1

File hashes

Hashes for expect_def-0.0.4.tar.gz
Algorithm Hash digest
SHA256 1123485c63e6d34860e2c7ae540c226b26019f0192a6bd75a6b5df5592813068
MD5 9cf1ee2527c5daece56257d41846e3e8
BLAKE2b-256 5e925d1dac4478c104c01735249f1546893dc930f98d7626f6f209d31563dd19

See more details on using hashes here.

File details

Details for the file expect_def-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: expect_def-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.24.1

File hashes

Hashes for expect_def-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f9845d9a14058cc3912d17328c6e37229be4f846267a2fb7da1f931ecc3bb0b2
MD5 a555efcb38079e72f63fd4bf5e57f7a9
BLAKE2b-256 4a4c091cd6e477693260855185f6ca55d22129519fa37b526b2b80f1e6dce218

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page