Skip to content

Tags: pyscript/upytest

Tags

1.0.10

Toggle 1.0.10's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Allow for conftest.py in sub directories.

1.0.9

Toggle 1.0.9's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Ensure async test methods work in test classes.

1.0.8

Toggle 1.0.8's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Add a "random" flag to randomize the test order (defaults to False).

1.0.7

Toggle 1.0.7's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Terminal output tidy. Non-blocking Pyodide print in main thread.

1.0.6

Toggle 1.0.6's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Add running_in_worker flag to output, flush print in Pyodide.

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Ensure test results are always JSON serializable.

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Add duration, platform and version information to test results data s…

…tructure.

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Ensure results are JSON serialisable. Update test suite and README to…

… reflect this.

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Added output of Python interpreter details at the start of the test d…

…etails.

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ntoll Nicholas Tollervey
Add test class detection, update test suite to exercise test class de…

…tection, refine docs, black formatted.