Редни числа
- Краен срок
- 28.10.2022 18:00
Срокът за предаване на решения е отминал
Редни и бройни числа
Бройните числа изразяват брой (очевидно) или с други думи "размер на група обекти" - три ябълки, дванайсет месеца, 52 лева и 33 стотинки, голямата примоция.
Редните числа изразяват позицията на даден обект в подредена редица - първо място, трети шот, 5-и избори за последната година и половина.
В английския език правилата за образуване на редните числа са една идея по-прости от българския - добавяме наставките "st", "nd", "rd" и "th", в зависимост от типа на числото. Дотук ясно...
(ние имаме неща от типа на хиляден, нулев и прочие, които усложняват ситуацията, мъжки и женски род и опции за изписване на 5-и или 5-ти, които само ще създадат дебати)
Предизвикателството
Напишете функция suffix_ordinals
, която да приема числа, разделени с точка, под формата на низ - "61123.205.11.0", и да връща низ със суфиксираните (наставените?) числа в редната им форма - "61123rd of the 205th of the 11th of the 0th", отново като низ.
>>> suffix_ordinals("61123.205.11.0")
"61123rd of the 205th of the 11th of the 0th"
>>> suffix_ordinals("2")
"2nd"
Решения
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Харут Партамиан
.Fs.....
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.078s
FAILED (failures=1, skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Ивана Дончевска
.Fs.....
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.085s
FAILED (failures=1, skipped=1)
-
Некоректно
- 1 успешни тест(а)
- 7 неуспешни тест(а)
Дейвид Каменов
FFsFFFFF
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11th[35 chars]h of the 15th of the 16th of the 17th of the 18th of the 19th ' != '11th[35 chars]h of the 15th of the 16th of the 17th of the 18th of the 19th'
- 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? -
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111th of the 312th of the 998342421713th ' != '111th of the 312th of the 998342421713th'
- 111th of the 312th of the 998342421713th
? -
+ 111th of the 312th of the 998342421713th
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd 2nd 2nd 2nd ' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd 2nd 2nd 2nd
+ 2nd of the 2nd of the 2nd of the 2nd
======================================================================
FAIL: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '21st[21 chars]3rd of the 56th of the 165th of the 12342nd of the 12344556th ' != '21st[21 chars]3rd of the 56th of the 165th of the 12342nd of the 12344556th'
- 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
? -
+ 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
======================================================================
FAIL: test_regular_digits (test.TestSuffixOrdinals)
Test all regular digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th ' != '0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th'
- 0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th
? -
+ 0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th
======================================================================
FAIL: test_single_number (test.TestSuffixOrdinals)
Test with single number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '5th ' != '5th'
- 5th
? -
+ 5th
======================================================================
FAIL: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '1st of the 2nd of the 3rd ' != '1st of the 2nd of the 3rd'
- 1st of the 2nd of the 3rd
? -
+ 1st of the 2nd of the 3rd
----------------------------------------------------------------------
Ran 8 tests in 0.092s
FAILED (failures=7, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Александър Стоилов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.074s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Александър Сариков
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.075s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Емилиан Спасов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.079s
OK (skipped=1)
-
Некоректно
- 1 успешни тест(а)
- 7 неуспешни тест(а)
Сузана Петкова
FFsFFFFF
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11st of the 12nd of the 13rd of the 14th of[54 chars]9th ' != '11th of the 12th of the 13th of the 14th of[53 chars]19th'
- 11st of the 12nd of the 13rd of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? - ^^ ^^ -
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? + ^^ ^^
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd ' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd of the 2nd of the 2nd of the 2nd ' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd of the 2nd of the 2nd of the 2nd
? -
+ 2nd of the 2nd of the 2nd of the 2nd
======================================================================
FAIL: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '21st[21 chars]3rd of the 56th of the 165th of the 12342nd of the 12344556th ' != '21st[21 chars]3rd of the 56th of the 165th of the 12342nd of the 12344556th'
- 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
? -
+ 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
======================================================================
FAIL: test_regular_digits (test.TestSuffixOrdinals)
Test all regular digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th ' != '0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th'
- 0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th
? -
+ 0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th
======================================================================
FAIL: test_single_number (test.TestSuffixOrdinals)
Test with single number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '5th ' != '5th'
- 5th
? -
+ 5th
======================================================================
FAIL: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '1st of the 2nd of the 3rd ' != '1st of the 2nd of the 3rd'
- 1st of the 2nd of the 3rd
? -
+ 1st of the 2nd of the 3rd
----------------------------------------------------------------------
Ran 8 tests in 0.091s
FAILED (failures=7, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Стилиян Иванов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.075s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Таня Сейкова
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.082s
OK (skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Йордан Глигоров
F.s.....
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11st of the 12th of the 13th of the 14th of[53 chars]19th' != '11th of the 12th of the 13th of the 14th of[53 chars]19th'
- 11st of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? -
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? +
----------------------------------------------------------------------
Ran 8 tests in 0.085s
FAILED (failures=1, skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Алекс Божинов
..sF....
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd2nd2nd2nd' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd2nd2nd2nd
+ 2nd of the 2nd of the 2nd of the 2nd
----------------------------------------------------------------------
Ran 8 tests in 0.078s
FAILED (failures=1, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Цветелина Чакърова
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.081s
OK (skipped=1)
-
Некоректно
- 1 успешни тест(а)
- 7 неуспешни тест(а)
Весела Петрова
FFsFFFFF
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '11th of the 12th of the 13th of the 14th[56 chars]19th'
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '111th of the 312th of the 998342421713th'
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '2nd of the 2nd of the 2nd of the 2nd'
======================================================================
FAIL: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '21st of the 32nd of the 43rd of the 56th[42 chars]56th'
======================================================================
FAIL: test_regular_digits (test.TestSuffixOrdinals)
Test all regular digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th'
======================================================================
FAIL: test_single_number (test.TestSuffixOrdinals)
Test with single number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '5th'
======================================================================
FAIL: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '1st of the 2nd of the 3rd'
----------------------------------------------------------------------
Ran 8 tests in 0.083s
FAILED (failures=7, skipped=1)
-
Некоректно
- 5 успешни тест(а)
- 3 неуспешни тест(а)
Александра Павлова
FFsF....
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11st of the 12nd of the 13rd of the 14th of[53 chars]19th' != '11th of the 12th of the 13th of the 14th of[53 chars]19th'
- 11st of the 12nd of the 13rd of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? - ^^ ^^
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? + ^^ ^^
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd2nd2nd2nd' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd2nd2nd2nd
+ 2nd of the 2nd of the 2nd of the 2nd
----------------------------------------------------------------------
Ran 8 tests in 0.081s
FAILED (failures=3, skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Лиляна Белчева
.Fs.....
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.079s
FAILED (failures=1, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Виктор
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.083s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Назифе Алиджик
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.089s
OK (skipped=1)
-
Некоректно
- 1 успешни тест(а)
- 7 неуспешни тест(а)
Николета Бейска
EEsEEEEE
======================================================================
ERROR: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
NameError: name 'answer' is not defined
======================================================================
ERROR: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
NameError: name 'answer' is not defined
======================================================================
ERROR: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
NameError: name 'answer' is not defined
======================================================================
ERROR: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
NameError: name 'answer' is not defined
======================================================================
ERROR: test_regular_digits (test.TestSuffixOrdinals)
Test all regular digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
NameError: name 'answer' is not defined
======================================================================
ERROR: test_single_number (test.TestSuffixOrdinals)
Test with single number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
NameError: name 'answer' is not defined
======================================================================
ERROR: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
NameError: name 'answer' is not defined
----------------------------------------------------------------------
Ran 8 tests in 0.080s
FAILED (errors=7, skipped=1)
-
Некоректно
- 1 успешни тест(а)
- 7 неуспешни тест(а)
Велислава Крумова
FFsFFFFF
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11st of the 12nd of the 13rd of the 14th of[54 chars]9th ' != '11th of the 12th of the 13th of the 14th of[53 chars]19th'
- 11st of the 12nd of the 13rd of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? - ^^ ^^ -
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? + ^^ ^^
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd ' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd of the 2nd of the 2nd of the 2nd ' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd of the 2nd of the 2nd of the 2nd
? -
+ 2nd of the 2nd of the 2nd of the 2nd
======================================================================
FAIL: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '21st[21 chars]3rd of the 56th of the 165th of the 12342nd of the 12344556th ' != '21st[21 chars]3rd of the 56th of the 165th of the 12342nd of the 12344556th'
- 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
? -
+ 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
======================================================================
FAIL: test_regular_digits (test.TestSuffixOrdinals)
Test all regular digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th ' != '0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th'
- 0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th
? -
+ 0th of the 4th of the 5th of the 6th of the 7th of the 8th of the 9th
======================================================================
FAIL: test_single_number (test.TestSuffixOrdinals)
Test with single number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '5th ' != '5th'
- 5th
? -
+ 5th
======================================================================
FAIL: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '1st of the 2nd of the 3rd ' != '1st of the 2nd of the 3rd'
- 1st of the 2nd of the 3rd
? -
+ 1st of the 2nd of the 3rd
----------------------------------------------------------------------
Ran 8 tests in 0.091s
FAILED (failures=7, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Роберт Борисов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.075s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Антоан Ивайлов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.073s
OK (skipped=1)
-
Некоректно
- 5 успешни тест(а)
- 3 неуспешни тест(а)
Виктор Боев
..sFF..F
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2th of the 2th of the 2th of the 2th' != '2nd of the 2nd of the 2nd of the 2nd'
- 2th of the 2th of the 2th of the 2th
? ^^ ^^ ^^ ^^
+ 2nd of the 2nd of the 2nd of the 2nd
? ^^ ^^ ^^ ^^
======================================================================
FAIL: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '21th of the 32th of the 43th of the 56th of[39 chars]56th' != '21st of the 32nd of the 43rd of the 56th of[39 chars]56th'
- 21th of the 32th of the 43th of the 56th of the 165th of the 12342th of the 12344556th
? - ^^ ^^ ^^
+ 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
? + ^^ ^^ ^^
======================================================================
FAIL: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '1th of the 2th of the 3th' != '1st of the 2nd of the 3rd'
- 1th of the 2th of the 3th
? - ^^ ^^
+ 1st of the 2nd of the 3rd
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.082s
FAILED (failures=3, skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Петър Петров
.Fs.....
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.079s
FAILED (failures=1, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Радостин Маринов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.074s
OK (skipped=1)
-
Некоректно
- 6 успешни тест(а)
- 2 неуспешни тест(а)
Виктор Христов
..sE...E
======================================================================
ERROR: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
IndexError: string index out of range
======================================================================
ERROR: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
IndexError: string index out of range
----------------------------------------------------------------------
Ran 8 tests in 0.078s
FAILED (errors=2, skipped=1)
-
Некоректно
- 4 успешни тест(а)
- 4 неуспешни тест(а)
Гергана Гочева
FFsFF...
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '11th of the 12th of the 13th of the 14th[56 chars]19th'
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '111th of the 312th of the 998342421713th'
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd
+ 2nd of the 2nd of the 2nd of the 2nd
======================================================================
FAIL: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: None != '21st of the 32nd of the 43rd of the 56th[42 chars]56th'
----------------------------------------------------------------------
Ran 8 tests in 0.079s
FAILED (failures=4, skipped=1)
-
Некоректно
- 2 успешни тест(а)
- 6 неуспешни тест(а)
Цветан Тошев
.FsEFEEE
======================================================================
ERROR: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
UnboundLocalError: local variable 'last_num' referenced before assignment
======================================================================
ERROR: test_regular_digits (test.TestSuffixOrdinals)
Test all regular digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
UnboundLocalError: local variable 'last_num' referenced before assignment
======================================================================
ERROR: test_single_number (test.TestSuffixOrdinals)
Test with single number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
UnboundLocalError: local variable 'last_num' referenced before assignment
======================================================================
ERROR: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
UnboundLocalError: local variable 'last_num' referenced before assignment
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111th of the 312th of the 998342421713nd' != '111th of the 312th of the 998342421713th'
- 111th of the 312th of the 998342421713nd
? ^^
+ 111th of the 312th of the 998342421713th
? ^^
======================================================================
FAIL: test_other_than_teens (test.TestSuffixOrdinals)
Test elements other than teens (11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '21st[20 chars]43rd of the 56th of the 165th of the 12342nd of the 12344556nd' != '21st[20 chars]43rd of the 56th of the 165th of the 12342nd of the 12344556th'
- 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556nd
? ^^
+ 21st of the 32nd of the 43rd of the 56th of the 165th of the 12342nd of the 12344556th
? ^^
----------------------------------------------------------------------
Ran 8 tests in 0.083s
FAILED (failures=2, errors=4, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Георги Събев
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.087s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Димитър Аврамов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.084s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Тина Томова
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.083s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Айше Джинджи
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.081s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Даниела Дишлянова
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.084s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Румен Тошев
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.075s
OK (skipped=1)
-
Некоректно
- 0 успешни тест(а)
- 0 неуспешни тест(а)
Георги
cannot import name 'suffix_ordinals' from 'solution' (/tmp/d20221029-351493-10r9tz2/solution.py)
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 114, in main
loaded_test = importlib.import_module('test', test_module)
File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/d20221029-351493-10r9tz2/test.py", line 3, in <module>
from solution import suffix_ordinals
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Мария Симеонова
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.084s
OK (skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Минчо Христов
..s....F
======================================================================
FAIL: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '1th of the 2nd of the 3rd' != '1st of the 2nd of the 3rd'
- 1th of the 2nd of the 3rd
? -
+ 1st of the 2nd of the 3rd
? +
----------------------------------------------------------------------
Ran 8 tests in 0.078s
FAILED (failures=1, skipped=1)
-
Некоректно
- 6 успешни тест(а)
- 2 неуспешни тест(а)
Георги Чобанов
FFs.....
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11st of the 12nd of the 13rd of the 14th of[53 chars]19th' != '11th of the 12th of the 13th of the 14th of[53 chars]19th'
- 11st of the 12nd of the 13rd of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? - ^^ ^^
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? + ^^ ^^
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.079s
FAILED (failures=2, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Мариян Христов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.074s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Клементина Картевска
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.082s
OK (skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Теодора Петкова
..sF....
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd2nd2nd2nd' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd2nd2nd2nd
+ 2nd of the 2nd of the 2nd of the 2nd
----------------------------------------------------------------------
Ran 8 tests in 0.085s
FAILED (failures=1, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Йоанна Кръстева
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.083s
OK (skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Мария Марковска
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.073s
OK (skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Кристиан Иванов
..s....F
======================================================================
FAIL: test_special_digits (test.TestSuffixOrdinals)
Test all special digits.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '1th of the 2nd of the 3rd' != '1st of the 2nd of the 3rd'
- 1th of the 2nd of the 3rd
? -
+ 1st of the 2nd of the 3rd
? +
----------------------------------------------------------------------
Ran 8 tests in 0.080s
FAILED (failures=1, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Йоан Христов
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.081s
OK (skipped=1)
-
Некоректно
- 6 успешни тест(а)
- 2 неуспешни тест(а)
Адриана Атанасова
FFs.....
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11th of the 12nd of the 13rd of the 14th of the 15th of[41 chars]19th' != '11th of the 12th of the 13th of the 14th of the 15th of[41 chars]19th'
- 11th of the 12nd of the 13rd of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? ^^ ^^
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? ^^ ^^
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.083s
FAILED (failures=2, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Рая Симеонова
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.075s
OK (skipped=1)
-
Некоректно
- 6 успешни тест(а)
- 2 неуспешни тест(а)
Валерия Стояновска
.FsF....
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
======================================================================
FAIL: test_multiple_numbers (test.TestSuffixOrdinals)
Test with multiple number.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '2nd2nd2nd2nd' != '2nd of the 2nd of the 2nd of the 2nd'
- 2nd2nd2nd2nd
+ 2nd of the 2nd of the 2nd of the 2nd
----------------------------------------------------------------------
Ran 8 tests in 0.083s
FAILED (failures=2, skipped=1)
-
Некоректно
- 6 успешни тест(а)
- 2 неуспешни тест(а)
Надежда Панделиева
FFs.....
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11st of the 12nd of the 13rd of the 14th of[53 chars]19th' != '11th of the 12th of the 13th of the 14th of[53 chars]19th'
- 11st of the 12nd of the 13rd of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? - ^^ ^^
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? + ^^ ^^
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.081s
FAILED (failures=2, skipped=1)
-
Некоректно
- 6 успешни тест(а)
- 2 неуспешни тест(а)
Александра Радева
FFs.....
======================================================================
FAIL: test_clean_teens (test.TestSuffixOrdinals)
Test clean teens (exactly between 11-19).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '11th of the 12th of the 13th of the 14th of the 15th of t[39 chars]19th' != '11th of the 12th of the 13th of the 14th of the 15th of th[38 chars]19th'
- 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
? -
+ 11th of the 12th of the 13th of the 14th of the 15th of the 16th of the 17th of the 18th of the 19th
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111th of the 312th of the 998342421713th' != '111th of the 312th of the 998342421713th'
- 111th of the 312th of the 998342421713th
? -
+ 111th of the 312th of the 998342421713th
----------------------------------------------------------------------
Ran 8 tests in 0.084s
FAILED (failures=2, skipped=1)
-
Некоректно
- 7 успешни тест(а)
- 1 неуспешни тест(а)
Огнян Йончев
.Fs.....
======================================================================
FAIL: test_complex_teens (test.TestSuffixOrdinals)
Test complex teens (100+ ending with a teen).
----------------------------------------------------------------------
Traceback (most recent call last):
File "/storage/deedee/data/rails/pyfmi-2022/releases/20221020151654/lib/language/python/runner.py", line 67, in thread
raise result
AssertionError: '111st of the 312nd of the 998342421713rd' != '111th of the 312th of the 998342421713th'
- 111st of the 312nd of the 998342421713rd
? - ^^ ^^
+ 111th of the 312th of the 998342421713th
? + ^^ ^^
----------------------------------------------------------------------
Ran 8 tests in 0.075s
FAILED (failures=1, skipped=1)
-
Коректно
- 8 успешни тест(а)
- 0 неуспешни тест(а)
Александра Христова
..s.....
----------------------------------------------------------------------
Ran 8 tests in 0.082s
OK (skipped=1)