[
https://issues.apache.org/jira/browse/AVRO-3097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344921#comment-17344921
]
ASF subversion and git services commented on AVRO-3097:
-------------------------------------------------------
Commit 93d5e2110ca867c6c6611f8715c0934e437518c7 in avro's branch
refs/heads/master from Subhash Bhushan
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=93d5e21 ]
AVRO-3097: Run Schema Compatibility checks as part of Unittest (#1166)
* AVRO-3097 Run Schema Compatibility checks as part of Unittest
Test methods in `test_compatibility.py` were being ignored in
unittest runs because they were not connected to unittest.TestCase
This commit encloses the test cases within a class deriving from
`unittest.TestCase` and also changes assert statements to be
in compliance with unittest.
* AVRO-3097: Expose `compatibility` module as part of avro package
`compatibility` package was not accessible through the avro package.
This PR exposes it and allows `import avro.compatibility`.
> Enclose compatibility checks within unittest test runs
> ------------------------------------------------------
>
> Key: AVRO-3097
> URL: https://issues.apache.org/jira/browse/AVRO-3097
> Project: Apache Avro
> Issue Type: Test
> Components: python
> Reporter: Subhash Bhushan
> Assignee: Subhash Bhushan
> Priority: Minor
> Fix For: 1.11.0
>
>
> Test cases in {{avro.test.test_compability}} are being ignored in
> {{unittest}} runs because test methods are not connected to
> {{unittest.TestCase}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)