forked from RamenDR/ramen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move python related files to root directory
We want to add more python tools in the ramen source that will run from the root directory, so various files need to be in the root directory, and new make target need to be in the main Makefile. Files moved to root directory: - test/requirements.txt - require packages for testing python - test/.flake8 - flake8 configuration for linting python files - test/.vimrc.example - example for configuring vim for Black formatter - test/coverage.pth - coverage configuration for getting full test coverage from multiple processes New make targets: - `make venv` - create python virtual environment with all the tools Files moved to hack directory: - test/scripts/make-venv - used by `make venv` make-venv changes: - When creating the virtual environment, we install now the required packages and configure coverage to get full test coverage. Documentation changes: - The instructions on creating the virtual environment moved to the quick start guide. - Add missing note about activating the virtual environment to the quick start guide. Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information
Showing
11 changed files
with
42 additions
and
45 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters