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

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 <[email protected]>
    priv-kweihmann committed Jul 10, 2020
  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 <[email protected]>
    priv-kweihmann committed Jul 10, 2020
  3. MANIFEST.in: update to exclude tests

    and remove all previously used test related settings
    
    Signed-off-by: Konrad Weihmann <[email protected]>
    priv-kweihmann committed Jul 10, 2020
  4. tools: update tool scripts after moving tests

    Signed-off-by: Konrad Weihmann <[email protected]>
    priv-kweihmann committed Jul 10, 2020
You can’t perform that action at this time.