univ-of-utah-marriott-library-apple / python-jamf

`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items.
MIT License
55 stars 16 forks source link

test_package - problem with path #10

Open Honestpuck opened 3 years ago

Honestpuck commented 3 years ago

test_package has six tests failing. All appear to be failing because the path passed to tar in a call to get package information points to the actual package and not the the expanded package so tar barfs on it.

Honestpuck commented 3 years ago

Sorry people but debugging test code you didn't write that tests code you didn't write turns out to be really hard.

Tophernad commented 3 years ago

Hey Tony, We are working on a solution for the package information part. It currently barfs on packages that have no info. It should really fail gracefully. It is on my todos for the project. Topher