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.
- {tdda-2.2.3/tdda.egg-info → tdda-2.2.4}/PKG-INFO +1 -1
- {tdda-2.2.3 → tdda-2.2.4}/tdda/CHANGES.py +3 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/pytest/test_using_referencepytest.py +1 -14
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/unittest/test_using_referencetestcase.py +0 -16
- {tdda-2.2.3 → tdda-2.2.4}/tdda/version.py +1 -1
- {tdda-2.2.3 → tdda-2.2.4/tdda.egg-info}/PKG-INFO +1 -1
- {tdda-2.2.3 → tdda-2.2.4}/LICENSE.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/MANIFEST.in +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/README.md +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/pyproject.toml +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/setup.cfg +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/setup.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/base.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/baseconstraints.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/console.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/constraints.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/detect.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/discover.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/drivers.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/extension.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/testdbconstraints.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/db/verify.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/README.md +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts.zip +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_detect_25k_against_1k.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_discover_1k.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_1k.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k_against_1k.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k_against_1k_parquet.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k_to_frame.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_detect_118_against_92.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_discover_92.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_118.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_118_against_92.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_118_against_92_parquet.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_92.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/files_extension.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_discovery.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_verification.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_verify_fail.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/simple_verify_pass.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/accounts.zip +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/accounts1k.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/accounts25k.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/ddd.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/ddd.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.feather +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.pmm +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements118.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements92.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements92.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/testdata/elements92.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/extension.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/flags.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/constraints.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/detect.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/discover.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/extension.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/testpdconstraints.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pd/verify.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pdconstraints.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pddiscover.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/pdverify.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/tdda_json_file_format.md +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testbase.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testconstraints.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts1k.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25k.feather +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25k.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25k.pmm +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25kfailures.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/accounts25kfailures.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ddd.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ddd.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect-els-cmdline-interleaved.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect-els-cmdline.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect-els-cmdline2.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/detect_dups.df +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.df +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.feather +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.pmm +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118_detect_from_csv.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118_detect_from_feather.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118_detect_from_feather.feather +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118oldrex-3.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118oldrex.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex-3.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex.df +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex_detect.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex_detect.df +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements118rex_detect_perc.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92_pandas.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92oldrex.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/elements92rex.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/example.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/example.db +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/example.sql +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-accounts1k.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-accounts25k.tdda +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-detect25k-failures.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/ref-detect25k-failures.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/testdata/sqlite.conn +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/examples/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/examples/generators.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/examples/test_using_writabletestcase.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/deprecated/featherfiles.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/examples.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/README.md +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/example2.sh +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/0-set-variables.R +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/00-install.R +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/1-compute-weighted-average-tolerance-values.R +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/2-compute-cumulative-percentiles.R +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/3-parametric-regression.R +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/4-non-parametric-regression.R +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/README.md +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/env.data.or.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/env.data.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/site.species.or.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/site.species.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/pd/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/pd/utils.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/basecomparison.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/captureoutput.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/checkfiles.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/checkpandas.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/ddiff.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/diffrex.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/README.md +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/dataframes.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/conftest.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/expected.html +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/generators.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/test_all.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/conftest.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/expected.html +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/generators.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/test_all.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/expected.html +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/generators.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/test_all.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/expected.html +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/generators.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/test_all.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/generators.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/pytest/conftest.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result2.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/dataframe_result2.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/file_result.html +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/reference/string_result.html +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/show.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples_utils.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/gentest.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/gentest_boilerplate.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/pddates.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/pytestconfig.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/referencepytest.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/referencetest.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/referencetestcase.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/alltests.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testbase.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/colours.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-1-details.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-1-rich-table.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-col-order.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-col-types-int-float.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ddiff-col-types-int-str.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/diff-col-order.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/diff-col-types-int-float.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/diff-col-types-int-str.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/double.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/empty.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/four-squares.csv +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/four-squares.parquet +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/frames_fail1.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/frames_fail2.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/frames_fail3.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/left.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/one-diff-in-mem.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/ref.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/removals.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/single.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdata/single2.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testdfcomparisons.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testfiles.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testpandas.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/testregeneration.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/tests/teststrings.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/utils.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/agents9.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/headed-ids.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/ids.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples/pandas_ids.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/examples.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/relib.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/rexpy.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/seq.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/testhypo.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/testrexpy.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/rexpy/testseq.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/__init__.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/base.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/cli.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/csvw.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/pandasio.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/reader.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/testserialmetadata.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/serial/utils.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/testconfig.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/testtdda.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/utils.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda/writabletestcase.py +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/SOURCES.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/dependency_links.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/entry_points.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/not-zip-safe +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/requires.txt +0 -0
- {tdda-2.2.3 → tdda-2.2.4}/tdda.egg-info/top_level.txt +0 -0
|
@@ -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
|
|
207
|
+
A very simple example of a test
|
|
221
208
|
"""
|
|
222
209
|
assert 3 < 4
|
|
223
210
|
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/unittest/test_using_referencetestcase.py
RENAMED
|
@@ -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):
|
|
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
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/accounts_verify_25k_against_1k_parquet.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/constraints/examples/elements_verify_118_against_92_parquet.py
RENAMED
|
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
|
|
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
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/gentest/examples/r-examples/2-compute-cumulative-percentiles.R
RENAMED
|
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
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/conftest.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/expected.html
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/generators.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise1/test_all.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/conftest.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/expected.html
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/generators.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-pytest/exercise2/test_all.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/expected.html
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/generators.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise1/test_all.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/expected.html
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/generators.py
RENAMED
|
File without changes
|
{tdda-2.2.3 → tdda-2.2.4}/tdda/referencetest/examples/exercises-unittest/exercise2/test_all.py
RENAMED
|
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
|
|
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
|