summaryrefslogtreecommitdiff
path: root/tests/unittest_object_model.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-171-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