Skip to content

Commit

Permalink
Update test_delete_query.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul4732saini committed Jul 24, 2024
1 parent c17af78 commit c2621f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_query/test_delete_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
the functionality of delete queries in FiSE.
"""

# NOTE
# The attributes comprising test parameters within the test classes in this module are
# organized such that each individual attribute comprises sub-arrays, each of a length
# of 2, where the first element within the array signifies the index, whereas the second
# element is a string comprising the delete query.


from pathlib import Path

import pytest
Expand Down

0 comments on commit c2621f4

Please sign in to comment.