mirror of
https://github.com/pacnpal/pip-add.git
synced 2025-12-20 04:01:05 -05:00
pytests added
This commit is contained in:
10
tests/test_utils.py
Normal file
10
tests/test_utils.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import pytest
|
||||
from pip_add.utils import find_requirements, add_to_requirements
|
||||
|
||||
def test_find_requirements():
|
||||
# Add test cases for find_requirements
|
||||
pass
|
||||
|
||||
def test_add_to_requirements():
|
||||
# Add test cases for add_to_requirements
|
||||
pass
|
||||
Reference in New Issue
Block a user