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

Issue / Clear Fake Settings #180

Merged
merged 15 commits into from
Oct 7, 2024
Merged

Conversation

dncsvr
Copy link
Member

@dncsvr dncsvr commented Oct 4, 2024

Add a tear down to clear FakeSettings.

Tasks

  • Add teardown configuration for clearing FakeSettings
  • Add clearInvocations parameter to TheClient helper
  • Add pathContains parameter to VerifySent

Additional Tasks

  • Add this helper to Spec to use it from ValueSource
    public class Enum<T> where T : notnull
    {
        public static IEnumerable<T> Values() =>
            Enum.GetValues(typeof(T)).Cast<int>().Where(it => it > 0).Cast<T>();
    }
  • Add override action and configure action helpers to the rest api layer
    extensions
  • Add AClientException to baked
    • Scan for other potentially reusable test extensions
  • layer.md has a old style warning box
  • migrate from cross-var to cross-env in docs

@dncsvr dncsvr self-assigned this Oct 4, 2024
@dncsvr dncsvr requested a review from cihandeniz October 7, 2024 07:54
@dncsvr dncsvr marked this pull request as ready for review October 7, 2024 09:00
- merge DocumentationSamples configurations in ConfigurationOverrider
- make all paramters optional in AClientException helper
- minor format edits
@dncsvr dncsvr merged commit e05a874 into mouseless:main Oct 7, 2024
6 checks passed
@dncsvr dncsvr deleted the issue/clear-fake-settings branch October 7, 2024 11:26
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.

2 participants