Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move test and avoid packaging them #1028

Merged
merged 4 commits into from
Jul 12, 2020
Merged

move test and avoid packaging them #1028

merged 4 commits into from
Jul 12, 2020

Commits on Jul 10, 2020

  1. tests: move to root dir

    This should ensure that tests are NOT packaged into
    release package by setuptools, as tests are development
    only
    + fixtures after moving
    
    Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
    priv-kweihmann committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    5ce7970 View commit details
    Browse the repository at this point in the history
  2. setup.py: exclude all test files

    by using exclude feature of find_packages.
    Plus remove now obselete package_data setting
    
    Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
    priv-kweihmann committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8159758 View commit details
    Browse the repository at this point in the history
  3. MANIFEST.in: update to exclude tests

    and remove all previously used test related settings
    
    Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
    priv-kweihmann committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    db53abb View commit details
    Browse the repository at this point in the history
  4. tools: update tool scripts after moving tests

    Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
    priv-kweihmann committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    fc1e407 View commit details
    Browse the repository at this point in the history