Skip to content

Example application code for the Architecture Patterns with Python book.

Notifications You must be signed in to change notification settings

heykarimoff/cosmicpython-code

Repository files navigation

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

About

Example application code for the Architecture Patterns with Python book.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published