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_config problems with config.PREFERENCES #8

Closed Honestpuck closed 1 year ago

Honestpuck commented 3 years ago

There are some problems with test_config and I can't see what should be done as I'm not over that code.

The test code tries to use a variable config.PREFERENCES which doesn't exist. I'm not sure how it uses this variable.

Tophernad commented 3 years ago

Hey Tony, When we split the repo, config.py had elements removed from it as it was part of jctl. I have added some of the elements back but it uses a new call. It is something I can look at. Topher

magnusviri commented 1 year ago

I've finally re-written the config test so this finally is fixed.