/cosmicpython-code

Example application code for the Architecture Patterns with Python book.

Primary LanguagePython

cosmicpython-code

Example application code for the Architecture Patterns with Python book.

Python app workflow DeepSource

Visit API documentation to see available endpoints.

Installation

Install dependencies:

pip install -r requirements.txt

Tests

Run all tests:

make test

Run only unit tests:

make test-unit

Run only integration tests:

make test-integration

Run only end-to-end tests:

make test-e2e

Run only smoke tests:

make test-smoke