summaryrefslogtreecommitdiff
path: root/tests/unittest_object_model.py
Commit message (Expand)AuthorAgeFilesLines
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-6/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-0/+1
* Remove required_version for 3.6 and belowDavid Gilman2020-12-301-3/+0
* Add exception inference for `UnicodeDecodeError` (#797)Claudiu Popa2020-05-291-0/+11
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* Remove Python 2 specific testsClaudiu Popa2020-03-101-55/+0
* Use pytest.xfail instead of unittest.expectedFailure to have a common decorat...Claudiu Popa2020-03-101-2/+2
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+735