jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

Get rid of unnamed packages. Closes issue #157 #159

Closed iecker closed 10 months ago

iecker commented 10 months ago

Closes issue #157

Managers should not crash with empty package ...
------- output -------
WARNING RepositoryManager.repository(mockRepo1) - TEST ONLY!
WARNING Ignoring package with null name, check your configuration file.
WARNING Ignoring package with null name, check your configuration file.
INFO ==================================
# Resolve package without dependencies,package with a transitive dependency -> Done
----- output end -----
Managers should not crash with empty package ... ok (0ms)
Managers should ignore empty package ...
------- output -------
WARNING Ignoring package with null name, check your configuration file.
WARNING Ignoring package with null name, check your configuration file.
----- output end -----
Managers should ignore empty package ... ok (0ms)