You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module number-to-word should be changed to number_to_word.
Solution:
Rename the folder from number-to-word to number_to_word
Add an entry number_to_word in the test/mapper.py file in the appropriate dictionary (either heavy or light transformation depending on the flag heavy)
Once added, test the module by executing
pytest-s--t=number_to_word
The text was updated successfully, but these errors were encountered:
The module
number-to-word
should be changed tonumber_to_word
.Solution:
number-to-word
tonumber_to_word
number_to_word
in the test/mapper.py file in the appropriate dictionary (either heavy or light transformation depending on the flagheavy
)The text was updated successfully, but these errors were encountered: