Skip to content

Commit

Permalink
refactor: replace commonlib with pavelib instances
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 9, 2022
1 parent 0b9b00f commit 161873c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/circle-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ else
paver test_system -s cms --cov-args="-p"
;;

3) # run the commonlib unit tests
3) # run the pavelib unit tests
paver test_lib --cov-args="-p"
;;

Expand Down
2 changes: 1 addition & 1 deletion scripts/unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e
#
# - "lms-unit": Run the LMS Python unit tests
# - "cms-unit": Run the CMS Python unit tests
# - "pavelib-unit": Run Python unit tests from the common/lib directory
# - "pavelib-unit": Run Python unit tests from the pavelib/paver_tests directory
#
# `SHARD` is a number indicating which subset of the tests to build.
#
Expand Down

0 comments on commit 161873c

Please sign in to comment.