Skip to content

Commit

Permalink
renaming test to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvav-github committed Jun 25, 2024
1 parent 2737cf1 commit fce6586
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions project/tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

# Fail the script on the first error
set -e

# Install the required dependencies
echo "Installing dependencies..."
pip install -r project/requirements.txt

# Run the tests
echo "Running tests..."
pytest project/test_pipeline.py

echo "All tests passed!"

0 comments on commit fce6586

Please # to comment.