tdda 2.2.3__tar.gz → 2.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. {tdda-2.2.3/tdda.egg-info → tdda-2.2.4}/PKG-INFO +1 -1
  2. {tdda-2.2.3 → tdda-2.2.4}/tdda/CHANGES.py +3 -0
  3. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/pytest/test_using_referencepytest.py +1 -14
  4. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/unittest/test_using_referencetestcase.py +0 -16
  5. {tdda-2.2.3 → tdda-2.2.4}/tdda/version.py +1 -1
  6. {tdda-2.2.3 → tdda-2.2.4/tdda.egg-info}/PKG-INFO +1 -1
  7. {tdda-2.2.3 → tdda-2.2.4}/LICENSE.txt +0 -0
  8. {tdda-2.2.3 → tdda-2.2.4}/MANIFEST.in +0 -0
  9. {tdda-2.2.3 → tdda-2.2.4}/README.md +0 -0
  10. {tdda-2.2.3 → tdda-2.2.4}/pyproject.toml +0 -0
  11. {tdda-2.2.3 → tdda-2.2.4}/setup.cfg +0 -0
  12. {tdda-2.2.3 → tdda-2.2.4}/setup.py +0 -0
  13. {tdda-2.2.3 → tdda-2.2.4}/tdda/__init__.py +0 -0
  14. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/__init__.py +0 -0
  15. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/base.py +0 -0
  16. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/baseconstraints.py +0 -0
  17. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/console.py +0 -0
  18. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/__init__.py +0 -0
  19. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/constraints.py +0 -0
  20. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/detect.py +0 -0
  21. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/discover.py +0 -0
  22. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/drivers.py +0 -0
  23. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/extension.py +0 -0
  24. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/testdbconstraints.py +0 -0
  25. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/verify.py +0 -0
  26. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/README.md +0 -0
  27. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts.zip +0 -0
  28. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_detect_25k_against_1k.py +0 -0
  29. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_discover_1k.py +0 -0
  30. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_1k.py +0 -0
  31. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k.py +0 -0
  32. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k_against_1k.py +0 -0
  33. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k_against_1k_parquet.py +0 -0
  34. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k_to_frame.py +0 -0
  35. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_detect_118_against_92.py +0 -0
  36. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_discover_92.py +0 -0
  37. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_118.py +0 -0
  38. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_118_against_92.py +0 -0
  39. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_118_against_92_parquet.py +0 -0
  40. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_92.py +0 -0
  41. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/files_extension.py +0 -0
  42. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_discovery.py +0 -0
  43. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_verification.py +0 -0
  44. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_verify_fail.py +0 -0
  45. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_verify_pass.py +0 -0
  46. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/accounts.zip +0 -0
  47. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/accounts1k.tdda +0 -0
  48. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/accounts25k.parquet +0 -0
  49. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/ddd.csv +0 -0
  50. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/ddd.tdda +0 -0
  51. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.csv +0 -0
  52. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.feather +0 -0
  53. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.parquet +0 -0
  54. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.pmm +0 -0
  55. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.tdda +0 -0
  56. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements92.csv +0 -0
  57. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements92.parquet +0 -0
  58. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements92.tdda +0 -0
  59. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples.py +0 -0
  60. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/extension.py +0 -0
  61. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/flags.py +0 -0
  62. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/__init__.py +0 -0
  63. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/constraints.py +0 -0
  64. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/detect.py +0 -0
  65. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/discover.py +0 -0
  66. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/extension.py +0 -0
  67. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/testpdconstraints.py +0 -0
  68. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/verify.py +0 -0
  69. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pdconstraints.py +0 -0
  70. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pddiscover.py +0 -0
  71. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pdverify.py +0 -0
  72. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/tdda_json_file_format.md +0 -0
  73. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testbase.py +0 -0
  74. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testconstraints.py +0 -0
  75. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts1k.parquet +0 -0
  76. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25k.feather +0 -0
  77. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25k.parquet +0 -0
  78. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25k.pmm +0 -0
  79. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25kfailures.csv +0 -0
  80. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25kfailures.parquet +0 -0
  81. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ddd.csv +0 -0
  82. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ddd.tdda +0 -0
  83. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect-els-cmdline-interleaved.csv +0 -0
  84. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect-els-cmdline.csv +0 -0
  85. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect-els-cmdline2.csv +0 -0
  86. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect_dups.df +0 -0
  87. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.csv +0 -0
  88. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.df +0 -0
  89. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.feather +0 -0
  90. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.parquet +0 -0
  91. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.pmm +0 -0
  92. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.tdda +0 -0
  93. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118_detect_from_csv.csv +0 -0
  94. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118_detect_from_feather.csv +0 -0
  95. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118_detect_from_feather.feather +0 -0
  96. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118oldrex-3.tdda +0 -0
  97. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118oldrex.tdda +0 -0
  98. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex-3.tdda +0 -0
  99. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex.df +0 -0
  100. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex.tdda +0 -0
  101. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex_detect.csv +0 -0
  102. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex_detect.df +0 -0
  103. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex_detect_perc.csv +0 -0
  104. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92.csv +0 -0
  105. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92.parquet +0 -0
  106. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92.tdda +0 -0
  107. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92_pandas.tdda +0 -0
  108. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92oldrex.tdda +0 -0
  109. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92rex.tdda +0 -0
  110. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/example.csv +0 -0
  111. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/example.db +0 -0
  112. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/example.sql +0 -0
  113. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-accounts1k.tdda +0 -0
  114. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-accounts25k.tdda +0 -0
  115. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-detect25k-failures.parquet +0 -0
  116. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-detect25k-failures.txt +0 -0
  117. {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/sqlite.conn +0 -0
  118. {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/__init__.py +0 -0
  119. {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/examples/__init__.py +0 -0
  120. {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/examples/generators.py +0 -0
  121. {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/examples/test_using_writabletestcase.py +0 -0
  122. {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/featherfiles.py +0 -0
  123. {tdda-2.2.3 → tdda-2.2.4}/tdda/examples.py +0 -0
  124. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/__init__.py +0 -0
  125. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/README.md +0 -0
  126. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/example2.sh +0 -0
  127. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/0-set-variables.R +0 -0
  128. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/00-install.R +0 -0
  129. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/1-compute-weighted-average-tolerance-values.R +0 -0
  130. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/2-compute-cumulative-percentiles.R +0 -0
  131. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/3-parametric-regression.R +0 -0
  132. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/4-non-parametric-regression.R +0 -0
  133. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/README.md +0 -0
  134. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/env.data.or.txt +0 -0
  135. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/env.data.txt +0 -0
  136. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/site.species.or.txt +0 -0
  137. {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/site.species.txt +0 -0
  138. {tdda-2.2.3 → tdda-2.2.4}/tdda/pd/__init__.py +0 -0
  139. {tdda-2.2.3 → tdda-2.2.4}/tdda/pd/utils.py +0 -0
  140. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/__init__.py +0 -0
  141. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/basecomparison.py +0 -0
  142. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/captureoutput.py +0 -0
  143. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/checkfiles.py +0 -0
  144. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/checkpandas.py +0 -0
  145. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/ddiff.py +0 -0
  146. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/diffrex.py +0 -0
  147. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/README.md +0 -0
  148. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/dataframes.py +0 -0
  149. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/conftest.py +0 -0
  150. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/expected.html +0 -0
  151. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/generators.py +0 -0
  152. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/test_all.py +0 -0
  153. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/conftest.py +0 -0
  154. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/expected.html +0 -0
  155. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/generators.py +0 -0
  156. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/test_all.py +0 -0
  157. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/expected.html +0 -0
  158. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/generators.py +0 -0
  159. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/test_all.py +0 -0
  160. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/expected.html +0 -0
  161. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/generators.py +0 -0
  162. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/test_all.py +0 -0
  163. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/generators.py +0 -0
  164. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/pytest/conftest.py +0 -0
  165. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result.csv +0 -0
  166. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result.parquet +0 -0
  167. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result2.csv +0 -0
  168. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result2.parquet +0 -0
  169. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/file_result.html +0 -0
  170. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/string_result.html +0 -0
  171. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/show.py +0 -0
  172. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples.py +0 -0
  173. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples_utils.py +0 -0
  174. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/gentest.py +0 -0
  175. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/gentest_boilerplate.py +0 -0
  176. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/pddates.py +0 -0
  177. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/pytestconfig.py +0 -0
  178. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/referencepytest.py +0 -0
  179. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/referencetest.py +0 -0
  180. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/referencetestcase.py +0 -0
  181. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/__init__.py +0 -0
  182. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/alltests.py +0 -0
  183. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testbase.py +0 -0
  184. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/colours.txt +0 -0
  185. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-1-details.txt +0 -0
  186. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-1-rich-table.txt +0 -0
  187. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-col-order.txt +0 -0
  188. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-col-types-int-float.txt +0 -0
  189. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-col-types-int-str.txt +0 -0
  190. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/diff-col-order.txt +0 -0
  191. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/diff-col-types-int-float.txt +0 -0
  192. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/diff-col-types-int-str.txt +0 -0
  193. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/double.txt +0 -0
  194. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/empty.txt +0 -0
  195. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/four-squares.csv +0 -0
  196. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/four-squares.parquet +0 -0
  197. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/frames_fail1.txt +0 -0
  198. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/frames_fail2.txt +0 -0
  199. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/frames_fail3.txt +0 -0
  200. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/left.txt +0 -0
  201. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/one-diff-in-mem.txt +0 -0
  202. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ref.txt +0 -0
  203. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/removals.txt +0 -0
  204. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/single.txt +0 -0
  205. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/single2.txt +0 -0
  206. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdfcomparisons.py +0 -0
  207. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testfiles.py +0 -0
  208. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testpandas.py +0 -0
  209. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testregeneration.py +0 -0
  210. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/teststrings.py +0 -0
  211. {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/utils.py +0 -0
  212. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/__init__.py +0 -0
  213. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/agents9.txt +0 -0
  214. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/headed-ids.txt +0 -0
  215. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/ids.py +0 -0
  216. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/pandas_ids.py +0 -0
  217. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples.py +0 -0
  218. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/relib.py +0 -0
  219. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/rexpy.py +0 -0
  220. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/seq.py +0 -0
  221. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/testhypo.py +0 -0
  222. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/testrexpy.py +0 -0
  223. {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/testseq.py +0 -0
  224. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/__init__.py +0 -0
  225. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/base.py +0 -0
  226. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/cli.py +0 -0
  227. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/csvw.py +0 -0
  228. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/pandasio.py +0 -0
  229. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/reader.py +0 -0
  230. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/testserialmetadata.py +0 -0
  231. {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/utils.py +0 -0
  232. {tdda-2.2.3 → tdda-2.2.4}/tdda/testconfig.py +0 -0
  233. {tdda-2.2.3 → tdda-2.2.4}/tdda/testtdda.py +0 -0
  234. {tdda-2.2.3 → tdda-2.2.4}/tdda/utils.py +0 -0
  235. {tdda-2.2.3 → tdda-2.2.4}/tdda/writabletestcase.py +0 -0
  236. {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/SOURCES.txt +0 -0
  237. {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/dependency_links.txt +0 -0
  238. {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/entry_points.txt +0 -0
  239. {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/not-zip-safe +0 -0
  240. {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/requires.txt +0 -0
  241. {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tdda
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Home-page: http://www.stochasticsolutions.com
5
5
  Download-URL: https://github.com/tdda/tdda
6
6
  Author: Simon Brown
@@ -854,4 +854,7 @@ Fix gentest issue.
854
854
 
855
855
  Also remove hey from gentest examples.
856
856
  (Was committed in error.)
857
+
858
+ 11.06.2024 2.2.04
859
+ Removed @tag from referencetest example files
857
860
  """
@@ -10,10 +10,6 @@ License: MIT
10
10
  Copyright (c) Stochastic Solutions Limited 2016-2018
11
11
  """
12
12
 
13
- from __future__ import division
14
- from __future__ import print_function
15
- from __future__ import unicode_literals
16
-
17
13
  import sys
18
14
  import os
19
15
  import tempfile
@@ -121,9 +117,6 @@ def testExampleMultipleParquetFileGeneration(ref):
121
117
  The test checks the generated parquet files are as expected,
122
118
  in terms of both data content (the values) and metadata (the types,
123
119
  order, etc) of the columns.
124
-
125
- This test is tagged, so it will run if called with ``--tagged`` or
126
- ``-1``.
127
120
  """
128
121
  df1 = generate_dataframe(nrows=10)
129
122
  df2 = generate_dataframe(nrows=20)
@@ -170,7 +163,6 @@ def testExampleStringGeneration(ref):
170
163
  ignore_substrings=['Copyright', 'Version'])
171
164
 
172
165
 
173
- @tag
174
166
  def testExampleFileGeneration(ref):
175
167
  """
176
168
  This test uses generate_file() from generators.py to generate some
@@ -197,7 +189,6 @@ def testExampleFileGeneration(ref):
197
189
  and it should re-write the reference output to match your
198
190
  modified results.
199
191
 
200
- This test is tagged, so it will run if called with ``--tagged`` or ``-1``.
201
192
  """
202
193
  outdir = ref.tmp_dir
203
194
  outpath = os.path.join(outdir, 'file_result.html')
@@ -206,18 +197,14 @@ def testExampleFileGeneration(ref):
206
197
  ignore_substrings=['Copyright', 'Version'])
207
198
 
208
199
 
209
- @tag
210
200
  class TestExampleInClass:
211
201
  """
212
202
  A test in a separate class
213
-
214
- This class is tagged, so all tests in it will run if called with
215
- ``--tagged`` or ``-1``.
216
203
  """
217
204
 
218
205
  def testExample(self, ref):
219
206
  """
220
- A very simple example of a test within a tagged class.
207
+ A very simple example of a test
221
208
  """
222
209
  assert 3 < 4
223
210
 
@@ -10,10 +10,6 @@ License: MIT
10
10
  Copyright (c) Stochastic Solutions Limited 2016-2018
11
11
  """
12
12
 
13
- from __future__ import division
14
- from __future__ import print_function
15
- from __future__ import unicode_literals
16
-
17
13
  import sys
18
14
  import os
19
15
  import tempfile
@@ -95,7 +91,6 @@ class TestStructuredDataExample(ReferenceTestCase):
95
91
  check_data=columns,
96
92
  check_types=columns)
97
93
 
98
- @tag
99
94
  def testExampleMultipleCSVGeneration(self):
100
95
  """
101
96
  This test uses generate_dataframe() from dataframes.py to
@@ -105,9 +100,6 @@ class TestStructuredDataExample(ReferenceTestCase):
105
100
  The test checks the generated CSV files are as expected, in terms of
106
101
  both data content (the values) and metadata (the types, order, etc)
107
102
  of the columns.
108
-
109
- This test is tagged, so it will run if called with ``--tagged`` or
110
- ``-1``.
111
103
  """
112
104
  df1 = generate_dataframe(nrows=10)
113
105
  df2 = generate_dataframe(nrows=20)
@@ -121,7 +113,6 @@ class TestStructuredDataExample(ReferenceTestCase):
121
113
  'dataframe_result2.csv'],
122
114
  check_data=columns)
123
115
 
124
- @tag
125
116
  def testExampleMultipleParquetFileGeneration(self):
126
117
  """
127
118
  This test uses generate_dataframe() from dataframes.py to
@@ -131,9 +122,6 @@ class TestStructuredDataExample(ReferenceTestCase):
131
122
  The test checks the generated parquet files are as expected,
132
123
  in terms of both data content (the values) and metadata (the types,
133
124
  order, etc) of the columns.
134
-
135
- This test is tagged, so it will run if called with ``--tagged`` or
136
- ``-1``.
137
125
  """
138
126
  df1 = generate_dataframe(nrows=10)
139
127
  df2 = generate_dataframe(nrows=20)
@@ -148,13 +136,9 @@ class TestStructuredDataExample(ReferenceTestCase):
148
136
  check_data=columns)
149
137
 
150
138
 
151
- @tag
152
139
  class TestUnstructuredDataExample(ReferenceTestCase):
153
140
  """
154
141
  Test class for handling unstructured data.
155
-
156
- This class is tagged, so all tests in it will run if called with
157
- ``--tagged`` or ``-1``.
158
142
  """
159
143
 
160
144
  def testExampleStringGeneration(self):
@@ -1,6 +1,6 @@
1
1
  TDDA_MAJOR_VERSION = 2
2
2
  TDDA_MINOR_VERSION = 2
3
- TDDA_EDIT = 3
3
+ TDDA_EDIT = 4
4
4
 
5
5
  TDDA_VERSION = '%d.%d.%02d' % (TDDA_MAJOR_VERSION, TDDA_MINOR_VERSION,
6
6
  TDDA_EDIT)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tdda
3
- Version: 2.2.3
3
+ Version: 2.2.4
4
4
  Home-page: http://www.stochasticsolutions.com
5
5
  Download-URL: https://github.com/tdda/tdda
6
6
  Author: Simon Brown
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes