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

Fixed README section on tests and did some more testing in test_records #13

Closed Honestpuck closed 3 years ago

Honestpuck commented 3 years ago

The README section on testing was seriously wrong. I also attempted (and failed) to fix a problem where test_records.py won't run the tests if called on its own. It does run the tests if you use discovery. Not sure if it's worth opening an issue on it, but if you do assign it to me.

Tophernad commented 3 years ago

We can open up a issue for the tests if you would like to.

Honestpuck commented 3 years ago

There's a bunch of stuff I'll be addressing in records.py so I'll see how it looks in a week or two when my leave finishes . I may rewrite test_records.py as I know more than I did when I started it.