Skip to main content

YAML-based configuration for initializing Git repositories for unit testing

Project description

repo-smith

YAML-based configuration for Git repository initialization for unit testing

Installation

pip install -U repo-smith

Usage

Create a new configuration file (following the specification).

# File path: tests/specs/basic_spec.yml
name: Basic spec
description: Starting basic spec
initialization:
  steps:
    - name: Create filea.txt
      type: new-file
      filename: filea.txt
      contents: |
        Hello world
    - name: Add filea.txt
      type: add
      files:
        - filea.txt
    - name: Initial commit
      type: commit
      message: Initial commit
      id: initial-commit
    - name: v0 tag
      type: tag
      tag-name: v0

Create a unit test accordingly.

from repo_smith.initialize_repo import initialize_repo
from git import Repo

def test_dummy():
  repo_initializer = initialize_repo("test/specs/basic_spec.yml")
  with repo_initializer.initialize() as repo:
    # All unit testing code for the dummy repository goes here
    print(repo)

For more use cases of repo-smith, refer to:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repo_smith-0.7.1.tar.gz (13.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

repo_smith-0.7.1-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file repo_smith-0.7.1.tar.gz.

File metadata

  • Download URL: repo_smith-0.7.1.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for repo_smith-0.7.1.tar.gz
Algorithm Hash digest
SHA256 d33f264931d5fffc3cc8883edfdb5e752132262cd0ad8c1c3b63894fd45f1b25
MD5 968ff416108760f4898d2f3afd61e360
BLAKE2b-256 343cc31d0ba9cf2dde97db895c301d03233eb4cff3bb5a43669e33a0402a22c5

See more details on using hashes here.

File details

Details for the file repo_smith-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: repo_smith-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for repo_smith-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 17b2c9d3b3a227eca984effd8eeb636dbde1a6c6609a7e49df91906d2b8d3a71
MD5 0460b03b8471a9abaf16191be41f5428
BLAKE2b-256 a7dfa84d25a43c75aef85368c92142a777a9c7f4f58239ebdcc269aa4229998e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page