mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-10 08:33:17 +03:00
8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
---
|
|
description: Build and run tests
|
|
globs:
|
|
alwaysApply: false
|
|
---
|
|
- Use Makefile commands to build, test, lint and other similar operations when they are available.
|
|
- Activate virtualenv before running any commands by ``. venv/bin/actvate``
|