Skip to content

Commit

Permalink
feat: updates test example
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyoung84 committed May 8, 2024
1 parent 4ba8ca6 commit 2608394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_data_name_patterns.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_patterns_success(self):
data = "ecephys_2020-10-19_08-30-59"
raw = "ecephys_123455_2020-10-19_08-30-59"
derived = "ecephys_123455_2020-10-19_08-30-59_sorted_2020-11-21_09-31-58"
analyzed = "ecephys_123455_2020-10-19_08-30-59_sorted_2020-11-21_09-31-58"
analyzed = "project_analysis_3033-12-21_04-22-11"
no_underscores = "abc-123<something>"
no_special_chars = "abc-123"
no_special_chars_except_space = "abc efg - 123"
Expand All @@ -62,7 +62,7 @@ def test_patterns_fail(self):
malformed_data = "ecephys_2020-10-19_08:30:59"
malformed_raw = "ecephys_123455_2020-10-19_08-30-59_test"
malformed_derived = "ecephys_123455_2020-10-19_08-30-59_sorted_2020-11-21_09:31:58"
malformed_analyzed = "ecephys_123455_2020-10-19_08-30-59_sorted_2020-11-21_09-31-58_test"
malformed_analyzed = "project_analysis_3033-12-21_04-22-11_test"
malformed_no_underscores = "abc_123<something>"
malformed_no_special_chars = "abc-123<something>"
malformed_no_special_chars_except_space = "abc efg - 123 <something>"
Expand Down

0 comments on commit 2608394

Please sign in to comment.