Skip to content

Commit a1e676a

Browse files
committed
Changed requirements for generator to later version of dateutils and regenerated test files.
1 parent 054d80d commit a1e676a

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

exercises/practice/acronym/acronym_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/acronym/canonical-data.json
3-
# File last updated on 2023-07-20
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/affine-cipher/affine_cipher_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/affine-cipher/canonical-data.json
3-
# File last updated on 2023-07-20
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/alphametics/alphametics_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/alphametics/canonical-data.json
3-
# File last updated on 2023-07-20
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/bob/bob_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/bob/canonical-data.json
3-
# File last updated on 2025-01-10
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/book-store/book_store_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/book-store/canonical-data.json
3-
# File last updated on 2023-07-20
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/circular-buffer/circular_buffer_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/circular-buffer/canonical-data.json
3-
# File last updated on 2023-07-20
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/connect/connect_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/connect/canonical-data.json
3-
# File last updated on 2023-07-19
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/diamond/diamond_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/diamond/canonical-data.json
3-
# File last updated on 2023-07-19
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/difference-of-squares/difference_of_squares_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/difference-of-squares/canonical-data.json
3-
# File last updated on 2023-07-19
3+
# File last updated on 2026-02-19
44

55
import unittest
66

exercises/practice/diffie-hellman/diffie_hellman_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These tests are auto-generated with test data from:
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/diffie-hellman/canonical-data.json
3-
# File last updated on 2023-07-19
3+
# File last updated on 2026-02-19
44

55
import unittest
66

0 commit comments

Comments
 (0)