Skip to content

symhom/vanta-interview-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Processing Command-Line Tool

A command-line tool that reads data from stdin and writes processed data to stdout.

Usage

Basic usage:

echo "[1, 2, 3]" | python3 scripts/hello_world.py

Run tests:

# Run all tests
python3 tests/run_tests.py

# Run unit tests only
python3 -m unittest discover tests/unit -t .

# Run integration tests only
python3 -m unittest discover tests/integration -t .

About

Skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages