Skip to content

feat: add library of conformance tests#397

Open
Seddryck wants to merge 2 commits into
mainfrom
feat/TestCaseExtractor
Open

feat: add library of conformance tests#397
Seddryck wants to merge 2 commits into
mainfrom
feat/TestCaseExtractor

Conversation

@Seddryck

Copy link
Copy Markdown
Owner

No description provided.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 210 files, which is 110 over the limit of 100.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ebf684c8-285e-408d-abb7-ea06319e5aab

📥 Commits

Reviewing files that changed from the base of the PR and between b715712 and b5ea63b.

📒 Files selected for processing (210)
  • Expressif.Testing/Conformance/ConformanceAttribute.cs
  • Expressif.Testing/Conformance/ConformanceTestCaseDataSource.cs
  • Expressif.Testing/Expressif.Testing.csproj
  • Expressif.Testing/Functions/IO/FileFunctionsTest.cs
  • Expressif.Testing/Functions/IO/PathFunctionsTest.cs
  • Expressif.Testing/Functions/Numeric/ArithmeticFunctionsTest.cs
  • Expressif.Testing/Functions/Numeric/FormatFunctionTest.cs
  • Expressif.Testing/Functions/Numeric/NumericFunctionsTest.cs
  • Expressif.Testing/Functions/Numeric/PowerRootFunctionsTest.cs
  • Expressif.Testing/Functions/Numeric/SignFunctionsTest.cs
  • Expressif.Testing/Functions/Special/SpecialFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/DatePartChangeFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/DatePartNumericFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/DatePartTextualFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/LengthFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/TemporalFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/TimePartChangeFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/TimePartNumericFunctionsTest.cs
  • Expressif.Testing/Functions/Temporal/WeekdayFunctionsTest.cs
  • Expressif.Testing/Functions/Text/AppendFunctionsTest.cs
  • Expressif.Testing/Functions/Text/CharFunctionsTest.cs
  • Expressif.Testing/Functions/Text/CountingFunctionsTest.cs
  • Expressif.Testing/Functions/Text/PaddingFunctionsTest.cs
  • Expressif.Testing/Functions/Text/RetainFunctionsTest.cs
  • Expressif.Testing/Functions/Text/SubstringFunctionsTest.cs
  • Expressif.Testing/Functions/Text/TextFunctionsTest.cs
  • Expressif.sln
  • conformance/functions/io/creation-date-time-utc.yaml
  • conformance/functions/io/creation-date-time.yaml
  • conformance/functions/io/directory.yaml
  • conformance/functions/io/extension.yaml
  • conformance/functions/io/filename-without-extension.yaml
  • conformance/functions/io/filename.yaml
  • conformance/functions/io/root.yaml
  • conformance/functions/io/size.yaml
  • conformance/functions/io/update-date-time-utc.yaml
  • conformance/functions/io/update-date-time.yaml
  • conformance/functions/numeric/absolute.yaml
  • conformance/functions/numeric/add.yaml
  • conformance/functions/numeric/ceiling.yaml
  • conformance/functions/numeric/clip.yaml
  • conformance/functions/numeric/cube-power.yaml
  • conformance/functions/numeric/cube-root.yaml
  • conformance/functions/numeric/decrement.yaml
  • conformance/functions/numeric/divide.yaml
  • conformance/functions/numeric/floor.yaml
  • conformance/functions/numeric/greatest-common-divisor.yaml
  • conformance/functions/numeric/human-readable-format-binary-bytes.yaml
  • conformance/functions/numeric/human-readable-format-decimal-bytes.yaml
  • conformance/functions/numeric/human-readable-format-decimal.yaml
  • conformance/functions/numeric/increment.yaml
  • conformance/functions/numeric/integer.yaml
  • conformance/functions/numeric/invert.yaml
  • conformance/functions/numeric/lowest-common-multiple.yaml
  • conformance/functions/numeric/multiply.yaml
  • conformance/functions/numeric/nth-root.yaml
  • conformance/functions/numeric/null-to-zero.yaml
  • conformance/functions/numeric/oppose.yaml
  • conformance/functions/numeric/power.yaml
  • conformance/functions/numeric/round.yaml
  • conformance/functions/numeric/sign.yaml
  • conformance/functions/numeric/square-power.yaml
  • conformance/functions/numeric/square-root.yaml
  • conformance/functions/numeric/subtract.yaml
  • conformance/functions/special/null-to-value.yaml
  • conformance/functions/temporal/backward.yaml
  • conformance/functions/temporal/catholic-calendar.yaml
  • conformance/functions/temporal/ceiling-hour.yaml
  • conformance/functions/temporal/ceiling-minute.yaml
  • conformance/functions/temporal/change-of-hour.yaml
  • conformance/functions/temporal/change-of-minute.yaml
  • conformance/functions/temporal/change-of-month.yaml
  • conformance/functions/temporal/change-of-second.yaml
  • conformance/functions/temporal/change-of-year.yaml
  • conformance/functions/temporal/clamp.yaml
  • conformance/functions/temporal/date-time-to-date.yaml
  • conformance/functions/temporal/day-of-month.yaml
  • conformance/functions/temporal/day-of-week.yaml
  • conformance/functions/temporal/day-of-year.yaml
  • conformance/functions/temporal/floor-hour.yaml
  • conformance/functions/temporal/floor-minute.yaml
  • conformance/functions/temporal/forward.yaml
  • conformance/functions/temporal/hour-of-day.yaml
  • conformance/functions/temporal/invalid-to-date.yaml
  • conformance/functions/temporal/iso-day-of-year.yaml
  • conformance/functions/temporal/iso-week-of-year.yaml
  • conformance/functions/temporal/iso-year-day.yaml
  • conformance/functions/temporal/iso-year-week-day.yaml
  • conformance/functions/temporal/iso-year-week.yaml
  • conformance/functions/temporal/length-of-month.yaml
  • conformance/functions/temporal/length-of-year.yaml
  • conformance/functions/temporal/local-to-utc.yaml
  • conformance/functions/temporal/minute-of-day.yaml
  • conformance/functions/temporal/minute-of-hour.yaml
  • conformance/functions/temporal/month-day.yaml
  • conformance/functions/temporal/month-of-year.yaml
  • conformance/functions/temporal/month.yaml
  • conformance/functions/temporal/next-day.yaml
  • conformance/functions/temporal/next-month.yaml
  • conformance/functions/temporal/next-year.yaml
  • conformance/functions/temporal/null-to-date.yaml
  • conformance/functions/temporal/previous-day.yaml
  • conformance/functions/temporal/previous-month.yaml
  • conformance/functions/temporal/previous-year.yaml
  • conformance/functions/temporal/second-of-day.yaml
  • conformance/functions/temporal/second-of-hour.yaml
  • conformance/functions/temporal/second-of-minute.yaml
  • conformance/functions/temporal/set-time.yaml
  • conformance/functions/temporal/utc-to-local.yaml
  • conformance/functions/temporal/year-of-era.yaml
  • conformance/functions/temporal/year.yaml
  • conformance/functions/text/after-substring.yaml
  • conformance/functions/text/append-space.yaml
  • conformance/functions/text/append.yaml
  • conformance/functions/text/before-substring.yaml
  • conformance/functions/text/clean-whitespace.yaml
  • conformance/functions/text/collapse-whitespace.yaml
  • conformance/functions/text/count-distinct-chars.yaml
  • conformance/functions/text/count-substring.yaml
  • conformance/functions/text/filter-chars.yaml
  • conformance/functions/text/first-chars.yaml
  • conformance/functions/text/html-to-text.yaml
  • conformance/functions/text/last-chars.yaml
  • conformance/functions/text/length.yaml
  • conformance/functions/text/lower.yaml
  • conformance/functions/text/mask-to-text.yaml
  • conformance/functions/text/pad-center.yaml
  • conformance/functions/text/pad-left.yaml
  • conformance/functions/text/pad-right.yaml
  • conformance/functions/text/prefix-space.yaml
  • conformance/functions/text/prefix.yaml
  • conformance/functions/text/prepend-space.yaml
  • conformance/functions/text/prepend.yaml
  • conformance/functions/text/remove-chars.yaml
  • conformance/functions/text/replace-chars.yaml
  • conformance/functions/text/replace-slice.yaml
  • conformance/functions/text/retain-alpha-numeric.yaml
  • conformance/functions/text/retain-alpha.yaml
  • conformance/functions/text/retain-numeric-symbol.yaml
  • conformance/functions/text/retain-numeric.yaml
  • conformance/functions/text/skip-first-chars.yaml
  • conformance/functions/text/skip-last-chars.yaml
  • conformance/functions/text/suffix-space.yaml
  • conformance/functions/text/suffix.yaml
  • conformance/functions/text/text-to-date-time.yaml
  • conformance/functions/text/text-to-html.yaml
  • conformance/functions/text/text-to-mask.yaml
  • conformance/functions/text/token-count.yaml
  • conformance/functions/text/token.yaml
  • conformance/functions/text/trim.yaml
  • conformance/functions/text/upper.yaml
  • conformance/functions/text/without-diacritics.yaml
  • conformance/functions/text/without-whitespaces.yaml
  • conformance/predicates/boolean/false-or-null.yaml
  • conformance/predicates/boolean/false.yaml
  • conformance/predicates/boolean/identical-to.yaml
  • conformance/predicates/boolean/true-or-null.yaml
  • conformance/predicates/boolean/true.yaml
  • conformance/predicates/numeric/even.yaml
  • conformance/predicates/numeric/integer.yaml
  • conformance/predicates/numeric/negative-or-zero.yaml
  • conformance/predicates/numeric/negative.yaml
  • conformance/predicates/numeric/odd.yaml
  • conformance/predicates/numeric/one.yaml
  • conformance/predicates/numeric/positive-or-zero.yaml
  • conformance/predicates/numeric/positive.yaml
  • conformance/predicates/numeric/within-interval.yaml
  • conformance/predicates/numeric/zero-or-null.yaml
  • conformance/predicates/numeric/zero.yaml
  • conformance/predicates/special/null.yaml
  • conformance/predicates/temporal/after-or-same-instant.yaml
  • conformance/predicates/temporal/after.yaml
  • conformance/predicates/temporal/before-or-same-instant.yaml
  • conformance/predicates/temporal/before.yaml
  • conformance/predicates/temporal/contained-in.yaml
  • conformance/predicates/temporal/in-the-future-or-now.yaml
  • conformance/predicates/temporal/in-the-future-or-today.yaml
  • conformance/predicates/temporal/in-the-future.yaml
  • conformance/predicates/temporal/in-the-past-or-now.yaml
  • conformance/predicates/temporal/in-the-past-or-today.yaml
  • conformance/predicates/temporal/in-the-past.yaml
  • conformance/predicates/temporal/leap-year.yaml
  • conformance/predicates/temporal/on-the-day.yaml
  • conformance/predicates/temporal/on-the-hour.yaml
  • conformance/predicates/temporal/on-the-minute.yaml
  • conformance/predicates/temporal/same-instant.yaml
  • conformance/predicates/temporal/today.yaml
  • conformance/predicates/temporal/tomorrow.yaml
  • conformance/predicates/temporal/weekend.yaml
  • conformance/predicates/temporal/within-current-month.yaml
  • conformance/predicates/temporal/within-current-week.yaml
  • conformance/predicates/temporal/within-current-year.yaml
  • conformance/predicates/temporal/within-last-month.yaml
  • conformance/predicates/temporal/within-last-week.yaml
  • conformance/predicates/temporal/within-last-year.yaml
  • conformance/predicates/temporal/within-next-days.yaml
  • conformance/predicates/temporal/within-previous-days.yaml
  • conformance/predicates/temporal/within-upcoming-month.yaml
  • conformance/predicates/temporal/within-upcoming-week.yaml
  • conformance/predicates/temporal/within-upcoming-year.yaml
  • conformance/predicates/temporal/yesterday.yaml
  • conformance/predicates/text/any-of.yaml
  • conformance/predicates/text/empty-or-null.yaml
  • conformance/predicates/text/empty.yaml
  • conformance/predicates/text/lower-case.yaml
  • conformance/predicates/text/matches-date-time.yaml
  • conformance/predicates/text/matches-date.yaml
  • conformance/predicates/text/matches-numeric.yaml
  • conformance/predicates/text/matches-time.yaml
  • conformance/predicates/text/upper-case.yaml

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • Review on demand using usage pricing
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/TestCaseExtractor

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant