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

Update tests to work with later Delphis #4

Open
delphidabbler opened this issue Oct 10, 2021 · 2 comments
Open

Update tests to work with later Delphis #4

delphidabbler opened this issue Oct 10, 2021 · 2 comments
Assignees
Labels
accepted Issue will be actioned enhancement New feature or request

Comments

@delphidabbler
Copy link
Owner

delphidabbler commented Oct 10, 2021

Get csdb tests to compile and run with Delphi 10.4 & 11.

@delphidabbler delphidabbler self-assigned this Oct 10, 2021
@delphidabbler delphidabbler added the enhancement New feature or request label Oct 10, 2021
@delphidabbler delphidabbler moved this to To do in Code Snippets Jun 18, 2023
@delphidabbler delphidabbler added the accepted Issue will be actioned label Jul 16, 2023
@delphidabbler
Copy link
Owner Author

delphidabbler commented Jul 23, 2023

Considering changing to DUnitX from DUnit. Reasons:

  1. I'm more used to DUnitX now
  2. DUnitX is more feature rich
  3. I don't have DUnit installed on my newest Delphi.

Downside is that older Delphis may not be able to run the tests.

Proposal is to:

  1. Move DUnit tests into DUnit directory & freeze the code. Update read me to note that the tests are frozen & deprecated.
  2. Create new DUnitX directory with new DUnitX test project(s).
  3. Create tests for new snippets only in DUnitX.
  4. Over time, copy / reimplement tests from DUnit to DUnitX, updating the relevant AdvancedTest.URL entries as changes are made.

@delphidabbler
Copy link
Owner Author

Get csdb tests to compile and run with Delphi 10.4 & 11.

I no longer have Delphi 10.4 or 11 - just Delphi 12, so that's what I'll have to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Issue will be actioned enhancement New feature or request
Projects
Status: Accepted
Development

No branches or pull requests

1 participant