Skip to content

Releases: buildtesters/buildtest

buildtest version v0.7.4

11 Dec 18:08
Compare
Choose a tag to compare
Pre-release

Refer to CHANGELOG.rst for more details

buildtest version v0.7.3

25 Nov 20:59
Compare
Choose a tag to compare
Pre-release

refer to CHANGELOG.rst for more details

buildtest version v0.7.2

08 Nov 20:01
Compare
Choose a tag to compare
Pre-release

See CHANGELOG.rst for more details

buildtest version v0.7.1

08 Nov 20:00
Compare
Choose a tag to compare
Pre-release

See CHANGELOG.rst for version updates

buildtest version v0.7.0

08 Nov 19:59
Compare
Choose a tag to compare

See CHANGELOG.rst for version updates

buildtest version v0.6.3

08 Nov 19:59
Compare
Choose a tag to compare

See CHANGELOG.rst for more details

buildtest version 0.6.1

18 Oct 15:59
Compare
Choose a tag to compare
Pre-release

Summary of Changes

  • Fix issue with pypi package dependency in version 0.6.0

buildtest version 0.6.0

18 Oct 15:49
Compare
Choose a tag to compare
Pre-release

Summary of Changes

  • option to build all software and system packages using --all-software and --all-package
  • option to build all yaml configuration for software and system package using --all-software and --all-package
  • option to run all tests for software and system package using --all-software and --all-package
  • rename option --system to --package
  • option --software and --package is consistent across build, yaml, and run subcommand
  • add option --output to control output for test execution. Output can be redirected to /dev/null or /dev/stdout
  • Add test count, passed and failed test after each test run when using _buildtest run.
  • option --rebuild and --overwrite will work with --all-software and --all-package in yaml subcommand to automate rebuilding of yaml files
  • Move option --module-naming-scheme to build subcommand

bug fix

  • Fix directory issue for running buildtest first time #81
  • Fix print error #80

buildtest version 0.5.0

08 Oct 20:17
Compare
Choose a tag to compare
Pre-release

buildtest version 0.5.0

  • Add new sub-commands build list run to buildtest
  • Move the following options to build sub command
    • -s
    • -t
    • --enable-job
    • --job-template
    • --system
    • --r-package-test
    • --python-package-test
    • --perl-package-test
    • --ruby-package-test
    • --shell
    • --ignore-easybuild
    • --clean-tests
    • --testdir
    • --clean-build
  • Move the following option to list sub command
    • -ls
    • -lt
    • -svr
  • Add option --format in list sub command to view output in csv, json. Default is stdout
  • Add the following option to run sub command
    • --app
    • --systempkg
    • --interactive (originally --runtest)
    • --testname
  • Added basic error handling support
  • Add description key in all yaml files
  • Tests have permission 755 so they can run automatically as any user see 6a2570e
  • Options for --ebyaml now generates date-time stamp for command.yaml see a596826
  • Add script check.sh to automate testing of buildtest features and package building for verification

Bug Fixes

buildtest 0.4.0, support for Python 3.x

11 Sep 15:07
Compare
Choose a tag to compare
Pre-release

buildtest 0.4.0 support by Python 3.x

Must use Python 3.6 or higher to use this version. All versions < 0.4.0 are supported by Python 2.