Skip to content

maxbartel/pants-entrypoint-toy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The working example is running with

pants test packages/projA::

The broken example is

pants test packages/projB::

The only difference between those two is the entrypoint.

projA Build file:

entry_points = {
    "test":{"projA": "src.projA.conftest.run"},
},

Broken, but wanted entrypoint of projB:

entry_points = {
    "test":{"projB": "projB.conftest.run"},
},

Right now, this messes the entrypoint of the packages up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published