Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rishi2019194/calorieApp int…
Browse files Browse the repository at this point in the history
…o graph_feature
  • Loading branch information
rishi2019194 committed Nov 25, 2023
2 parents e0f3c0a + d57fc3c commit 759ef71
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 90 deletions.
10 changes: 10 additions & 0 deletions tests/test_history.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
import datetime
import unittest
import os
import sys
# Get the current script's directory
current_dir = os.path.dirname(os.path.abspath(__file__))

# Get the parent directory
parent_dir = os.path.dirname(current_dir)

# Add the parent directory to the Python path
sys.path.append(parent_dir)
from service import history


Expand Down
47 changes: 0 additions & 47 deletions tests/test_module.py

This file was deleted.

19 changes: 0 additions & 19 deletions tests/test_profile.py

This file was deleted.

24 changes: 0 additions & 24 deletions tests/test_register.py

This file was deleted.

0 comments on commit 759ef71

Please sign in to comment.