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

Improvements learned from CSS #44

Merged
merged 5 commits into from
Feb 10, 2021
Merged

Improvements learned from CSS #44

merged 5 commits into from
Feb 10, 2021

Conversation

michielbdejong
Copy link
Collaborator

Running the Solid CRUD tests against Ruben's CSS server opened our eyes to some room for improvement. This branch has a number of improvements to the tests, that make version 0.7 of CSS pass 52/52 tests. I skipped 9 tests because either they need work or (in case of the string-literal conneg tests), maybe those tests were a bad idea all along.

@@ -8,6 +8,6 @@ export function generateTestFolder() {
const testFolder = `solid-crud-tests-${new Date().getTime()}`;
return {
testFolder,
testFolderUrl: `${storageRoot}/${testFolder}/`,
testFolderUrl: `${storageRoot}${testFolder}/`,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah wait, let me revert that

@bourgeoa bourgeoa merged commit c041554 into master Feb 10, 2021
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