aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-24Copy unittest.bzl from bazel_skylib to rules_testing.upstream-masterA Googler
2024-02-20Adding Bazel versions to presubmit.yml (#94)Ivo List
2024-02-20Add env.expect.that_value to the changelog.A Googler
2024-02-20provide "meta" as a kwarg. Previously it would work if your factory definedA Googler
2024-02-19Fix expect.that_struct. It is currently broken, since it won't take in attrs,...A Googler
2024-02-18Roll forward of "Add support for provider maps to rules_testing"A Googler
2024-02-15breaks internal testsA Googler
2024-02-15Update changlog for 0.6.0 releaseRichard Levasseur
2024-02-14Add support for provider maps to rules_testingA Googler
2023-12-12fix(analysis_test)!: make all args keyword onlyRichard Levasseur
2023-12-11feat: allow custom target-under-test attributesRichard Levasseur
2023-12-08Merge pull request #81 from rickeylev:upgrade.rules.pythonBlaze Rules Copybara
2023-12-07chore: upgrade (dev only dependency) rules_python 0.22.0 -> 0.27.0Richard Levasseur
2023-12-06docs: document 0.4.0 and 0.5.0 changesRichard Levasseur
2023-10-10chore: fix order of loads to satisfy buildifier checkRichard Levasseur
2023-10-10chore: Disable Bzlmod explicitly for workspace setup (#73)Yun Peng
2023-10-04Merge pull request #69 from fmeum:tupleBlaze Rules Copybara
2023-10-03Fix buildifier lint warningsFabian Meumertzheim
2023-10-02Add support for `tuple` to collection subjectsFabian Meumertzheim
2023-08-22Merge pull request #68 from Vertexwahn:fix-spellingBlaze Rules Copybara
2023-08-20Fix spellingVertexwahn
2023-07-11Merge pull request #62 from rickeylev:default.info.subjectBlaze Rules Copybara
2023-07-10feat: Add DefaultInfoSubjectRichard Levasseur
2023-07-10Merge pull request #61 from rickeylev:struct.subjectBlaze Rules Copybara
2023-07-10docs: add human-friendly changelogRichard Levasseur
2023-07-07feat: Add StructSubjectRichard Levasseur
2023-07-07Merge pull request #55 from rickeylev:common.attrsBlaze Rules Copybara
2023-07-07feat: Allow setting common rule attributes for analysis testsRichard Levasseur
2023-07-06Merge pull request #58 from rickeylev:transformBlaze Rules Copybara
2023-07-06Merge pull request #59 from rickeylev:dict.getBlaze Rules Copybara
2023-07-06Merge pull request #57 from rickeylev:more.matchersBlaze Rules Copybara
2023-07-06Merge pull request #56 from rickeylev:expose.subjectsBlaze Rules Copybara
2023-07-05feat: add CollectionSubject.transformRichard Levasseur
2023-07-03feat: add DictSubject.getRichard Levasseur
2023-07-03feat: add file_basename_equals, file_extension_in matchersRichard Levasseur
2023-07-03feat: publically expose the rest of the subjectsRichard Levasseur
2023-06-14docs: link to readthedocs instead of docs directory in readmeRichard Levasseur
2023-06-13feat: Add CollectionSubject.offsetRichard Levasseur
2023-06-12feat: Support unit test (non-analysis test) types of tests in rules_testingRichard Levasseur
2023-06-12Merge pull request #40 from rickeylev:stardoc.bzlmodBlaze Rules Copybara
2023-06-12cleanup: Delete unused utils.bzlRichard Levasseur
2023-06-12Merge pull request #39 from rickeylev:rules.python.22Blaze Rules Copybara
2023-06-10cleanup: Upgrade to stardoc 0.5.6 and enable bzlmod for building docsRichard Levasseur
2023-06-10cleanup: upgrade to rules_python 0.22.0Richard Levasseur
2023-06-06Add default_applicable_licenses to lib package.Richard Levasseur
2023-05-02Merge pull request #34 from rickeylev:fix.register.toolchainsBlaze Rules Copybara
2023-05-02docs: mention that Label() should be used for config_setting labelsRichard Levasseur
2023-05-01Revert "Use a patch to remove the register_toolchains call from the MODULE"Richard Levasseur
2023-05-01Use a patch to remove the register_toolchains call from the MODULERichard Levasseur
2023-04-28fix: Don't require downstream users to register Python toolchains.Richard Levasseur