Skip to content

Commit 5f0a3ca

Browse files
committed
Rename test_get_relnames_to_process to test_get_files_to_process.
1 parent df3b722 commit 5f0a3ca

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/rimport/test_get_relnames_to_process.py renamed to tests/rimport/test_get_files_to_process.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
"""
2-
Tests for main() function in rimport script.
3-
4-
These tests focus on the logic and control flow in main(), mocking out
5-
the helper functions to isolate main()'s behavior.
2+
Tests for get_files_to_process function in rimport script.
63
"""
74

85
import os

0 commit comments

Comments
 (0)