You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/02/23 12:28:47 UTC

[buildstream] 01/01: Merge pull request #1599 from apache/tristan/privatize-testing-api

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 19afce5ccd2a896f2c9dee2ee6c417f33bdb813e
Merge: f3265e8 01967ce
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Feb 23 21:28:43 2022 +0900

    Merge pull request #1599 from apache/tristan/privatize-testing-api
    
    Make buildstream.testing private -> buildstream._testing

 MANIFEST.in                                                    |  2 +-
 setup.py                                                       | 10 +++++-----
 src/buildstream/{testing => _testing}/__init__.py              |  0
 src/buildstream/{testing => _testing}/_cachekeys.py            |  2 +-
 src/buildstream/{testing => _testing}/_fixtures.py             |  0
 src/buildstream/{testing => _testing}/_sourcetests/__init__.py |  0
 .../{testing => _testing}/_sourcetests/build_checkout.py       |  4 ++--
 src/buildstream/{testing => _testing}/_sourcetests/conftest.py |  0
 src/buildstream/{testing => _testing}/_sourcetests/fetch.py    |  0
 src/buildstream/{testing => _testing}/_sourcetests/mirror.py   |  0
 .../_sourcetests/project/elements/base.bst                     |  0
 .../_sourcetests/project/elements/base/base-alpine.bst         |  0
 .../_sourcetests/project/elements/import-bin.bst               |  0
 .../_sourcetests/project/elements/import-dev.bst               |  0
 .../project/elements/multiple_targets/dependency/horsey.bst    |  0
 .../project/elements/multiple_targets/dependency/pony.bst      |  0
 .../project/elements/multiple_targets/dependency/zebry.bst     |  0
 .../_sourcetests/project/elements/multiple_targets/order/0.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/1.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/2.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/3.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/4.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/5.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/6.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/7.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/8.bst |  0
 .../_sourcetests/project/elements/multiple_targets/order/9.bst |  0
 .../project/elements/multiple_targets/order/run.bst            |  0
 .../{testing => _testing}/_sourcetests/project/files/bar       |  0
 .../_sourcetests/project/files/bin-files/usr/bin/hello         |  0
 .../_sourcetests/project/files/dev-files/usr/include/pony.h    |  0
 .../project/files/etc-files/etc/buildstream/config             |  0
 .../{testing => _testing}/_sourcetests/project/files/foo       |  0
 .../_sourcetests/project/files/source-bundle/llamas.txt        |  0
 .../project/files/sub-project/elements/import-etc.bst          |  0
 .../project/files/sub-project/files/etc-files/etc/animal.conf  |  0
 .../_sourcetests/project/files/sub-project/project.conf        |  0
 .../{testing => _testing}/_sourcetests/project/project.conf    |  0
 .../{testing => _testing}/_sourcetests/source_determinism.py   |  0
 src/buildstream/{testing => _testing}/_sourcetests/track.py    |  0
 .../{testing => _testing}/_sourcetests/track_cross_junction.py |  0
 src/buildstream/{testing => _testing}/_sourcetests/utils.py    |  0
 .../{testing => _testing}/_sourcetests/workspace.py            |  0
 src/buildstream/{testing => _testing}/_update_cachekeys.py     |  4 ++--
 src/buildstream/{testing => _testing}/_utils/__init__.py       |  0
 src/buildstream/{testing => _testing}/_utils/junction.py       |  0
 src/buildstream/{testing => _testing}/_utils/site.py           |  0
 src/buildstream/{testing => _testing}/_yaml.py                 |  0
 src/buildstream/{testing => _testing}/integration.py           |  0
 src/buildstream/{testing => _testing}/repo.py                  |  0
 src/buildstream/{testing => _testing}/runcli.py                |  0
 tests/artifactcache/capabilities.py                            |  2 +-
 tests/artifactcache/config.py                                  |  4 ++--
 tests/artifactcache/expiry.py                                  |  4 ++--
 tests/artifactcache/junctions.py                               |  2 +-
 tests/artifactcache/pull.py                                    |  2 +-
 tests/artifactcache/push.py                                    |  2 +-
 tests/cachekey/cachekey.py                                     |  6 +++---
 tests/conftest.py                                              |  8 ++++----
 tests/elements/filter.py                                       |  4 ++--
 tests/examples/autotools.py                                    |  6 +++---
 tests/examples/developing.py                                   |  6 +++---
 tests/examples/first-project.py                                |  6 +++---
 tests/examples/integration-commands.py                         |  4 ++--
 tests/examples/junctions.py                                    |  4 ++--
 tests/examples/running-commands.py                             |  4 ++--
 tests/format/assertion.py                                      |  2 +-
 tests/format/dependencies.py                                   |  2 +-
 tests/format/elementnames.py                                   |  2 +-
 tests/format/include.py                                        |  4 ++--
 tests/format/invalid_keys.py                                   |  2 +-
 tests/format/junctions.py                                      |  4 ++--
 tests/format/link.py                                           |  2 +-
 tests/format/listdirectiveerrors.py                            |  2 +-
 tests/format/option-list-directive.py                          |  2 +-
 tests/format/optionarch.py                                     |  2 +-
 tests/format/optionbool.py                                     |  2 +-
 tests/format/optioneltmask.py                                  |  2 +-
 tests/format/optionenum.py                                     |  2 +-
 tests/format/optionexports.py                                  |  2 +-
 tests/format/optionflags.py                                    |  2 +-
 tests/format/optionos.py                                       |  2 +-
 tests/format/optionoverrides.py                                |  2 +-
 tests/format/options.py                                        |  2 +-
 tests/format/project.py                                        |  2 +-
 tests/format/projectoverrides.py                               |  2 +-
 tests/format/stack.py                                          |  2 +-
 tests/format/substitutions.py                                  |  2 +-
 tests/format/userconfig.py                                     |  2 +-
 tests/format/variables.py                                      |  2 +-
 tests/frontend/artifact_checkout.py                            |  2 +-
 tests/frontend/artifact_delete.py                              |  2 +-
 tests/frontend/artifact_list_contents.py                       |  2 +-
 tests/frontend/artifact_log.py                                 |  2 +-
 tests/frontend/artifact_pull.py                                |  2 +-
 tests/frontend/artifact_show.py                                |  2 +-
 tests/frontend/buildcheckout.py                                |  6 +++---
 tests/frontend/completions.py                                  |  2 +-
 tests/frontend/compose_splits.py                               |  2 +-
 tests/frontend/configurable_warnings.py                        |  2 +-
 tests/frontend/cross_junction_workspace.py                     |  4 ++--
 tests/frontend/default_target.py                               |  2 +-
 tests/frontend/fetch.py                                        |  2 +-
 tests/frontend/help.py                                         |  2 +-
 tests/frontend/init.py                                         |  2 +-
 tests/frontend/large_directory.py                              |  2 +-
 tests/frontend/logging.py                                      |  4 ++--
 tests/frontend/mirror.py                                       |  4 ++--
 tests/frontend/order.py                                        |  4 ++--
 tests/frontend/overlaps.py                                     |  2 +-
 tests/frontend/progress.py                                     |  2 +-
 tests/frontend/pull.py                                         |  4 ++--
 tests/frontend/push.py                                         |  4 ++--
 tests/frontend/rebuild.py                                      |  2 +-
 tests/frontend/remote-caches.py                                |  2 +-
 tests/frontend/show.py                                         |  2 +-
 tests/frontend/source_checkout.py                              |  2 +-
 tests/frontend/track.py                                        |  6 +++---
 tests/frontend/version.py                                      |  2 +-
 tests/frontend/workspace.py                                    |  4 ++--
 tests/integration/artifact.py                                  |  4 ++--
 tests/integration/autotools.py                                 |  6 +++---
 tests/integration/build-uid.py                                 |  4 ++--
 tests/integration/cachedfail.py                                |  4 ++--
 tests/integration/compose-symlinks.py                          |  2 +-
 tests/integration/compose.py                                   |  6 +++---
 tests/integration/filter.py                                    |  6 +++---
 tests/integration/import.py                                    |  4 ++--
 tests/integration/interactive_build.py                         |  4 ++--
 tests/integration/manual.py                                    |  4 ++--
 tests/integration/messages.py                                  |  4 ++--
 tests/integration/pip_source.py                                |  6 +++---
 tests/integration/pullbuildtrees.py                            |  4 ++--
 tests/integration/sandbox.py                                   |  4 ++--
 tests/integration/script.py                                    |  4 ++--
 tests/integration/shell.py                                     |  4 ++--
 tests/integration/shellbuildtrees.py                           |  4 ++--
 tests/integration/sockets.py                                   |  4 ++--
 tests/integration/source-determinism.py                        |  4 ++--
 tests/integration/stack.py                                     |  4 ++--
 tests/integration/symlinks.py                                  |  4 ++--
 tests/integration/workspace.py                                 |  4 ++--
 tests/internals/storage_vdir_import.py                         |  2 +-
 tests/internals/utils_move_atomic.py                           |  2 +-
 tests/plugins/loading.py                                       |  2 +-
 tests/plugins/shadow.py                                        |  2 +-
 tests/remotecache/simple.py                                    |  4 ++--
 tests/remoteexecution/buildfail.py                             |  2 +-
 tests/remoteexecution/buildtree.py                             |  2 +-
 tests/remoteexecution/junction.py                              |  4 ++--
 tests/remoteexecution/remotecache.py                           |  4 ++--
 tests/remoteexecution/simple.py                                |  4 ++--
 tests/remoteexecution/workspace.py                             |  4 ++--
 tests/sandboxes/missing-command.py                             |  2 +-
 tests/sandboxes/missing_dependencies.py                        |  4 ++--
 tests/sandboxes/remote-exec-config.py                          |  2 +-
 tests/sandboxes/selection.py                                   |  2 +-
 tests/sourcecache/cache.py                                     |  2 +-
 tests/sourcecache/capabilities.py                              |  2 +-
 tests/sourcecache/config.py                                    |  2 +-
 tests/sourcecache/fetch.py                                     |  4 ++--
 tests/sourcecache/push.py                                      |  4 ++--
 tests/sourcecache/source-checkout.py                           |  2 +-
 tests/sourcecache/staging.py                                   |  2 +-
 tests/sourcecache/workspace.py                                 |  2 +-
 tests/sources/bzr.py                                           |  8 ++++----
 tests/sources/git.py                                           |  8 ++++----
 tests/sources/keytest.py                                       |  4 ++--
 tests/sources/local.py                                         |  4 ++--
 tests/sources/no_fetch_cached.py                               |  8 ++++----
 tests/sources/patch.py                                         |  2 +-
 tests/sources/pip.py                                           |  2 +-
 tests/sources/previous_source_access.py                        |  4 ++--
 tests/sources/remote.py                                        |  6 +++---
 tests/sources/tar.py                                           |  6 +++---
 tests/sources/variables.py                                     |  2 +-
 tests/sources/zip.py                                           |  4 ++--
 tests/testutils/element_generators.py                          |  2 +-
 tests/testutils/junction.py                                    |  2 +-
 tests/testutils/repo/bzr.py                                    |  4 ++--
 tests/testutils/repo/git.py                                    |  4 ++--
 tests/testutils/repo/tar.py                                    |  2 +-
 tests/testutils/repo/zip.py                                    |  2 +-
 183 files changed, 225 insertions(+), 225 deletions(-)