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

Tests: Update Unit Test Readme #25453

Merged
merged 2 commits into from
Feb 7, 2023
Merged

Tests: Update Unit Test Readme #25453

merged 2 commits into from
Feb 7, 2023

Conversation

epreston
Copy link
Contributor

@epreston epreston commented Feb 7, 2023

Related issue :#25380

Description

Update unit test readme to reflect changes since #25380

Avoid building the library and flagging the files as changed (tests run off source)
Add notes to help people running unit tests.
ColorManagement.enabled is false by default. #24940
Tune logging so only test failure messages are displayed. 581c70b

Update unit test readme to reflect changes since #25380
Avoid building the library and flagging the files as changed (tests run off source)
Add notes to help people running unit tests.
ColorManagement.enabled is false by default.
Tune logging so only genuine test failure messages are displayed.
Minimize the console messages captured.
@mrdoob mrdoob added this to the r150 milestone Feb 7, 2023
@mrdoob mrdoob merged commit 973cc04 into mrdoob:dev Feb 7, 2023
@epreston epreston deleted the tests-update-instructions branch February 7, 2023 02:50
mrdoob pushed a commit that referenced this pull request Feb 10, 2023
* Update CompressedArrayTexture.tests.js

Image property notes

* Update CompressedTexture.tests.js

Image property notes

* Update CompressedArrayTexture.tests.js

CompressedArrayTexture extends from CompressedTexture

* Update ColorManagement.tests.js

As pointed out in: #25453 (comment)

* Update WebGL1Renderer.tests.js

Can instantiate a WebGL1Renderer.

* Update WebGLRenderer.tests.js

* Update WebGL3DRenderTarget.tests.js

Can instantiate a WebGL3DRenderTarget.

* Update WebGLArrayRenderTarget.tests.js

Can instantiate a WebGLArrayRenderTarget.

* Update WebGLCubeRenderTarget.tests.js

Can instantiate a WebGLCubeRenderTarget.

* Update WebGLMultipleRenderTargets.tests.js

Can instantiate a WebGLMultipleRenderTargets.

* Update Fog.tests.js

Can instantiate a Fog.
Can instantiate a Fog with color.
Can instantiate a Fog with color, near, far.

* Update FogExp2.tests.js

Can instantiate a FogExp2.
Can instantiate a FogExp2 with color.
Can instantiate a FogExp2 with color, density.
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.

3 participants