Style Check
Run
black to ensure the code follows consistent formatting and adheres to style guidelines.Run Unit Tests
Execute the unit tests to validate the functionality of individual components and ensure they work as expected in isolation.
Run Integration Tests
Test the interactions between different components to verify that they function cohesively in the application.
Run Library Tests
Test the
tartarus-lib library.