Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nunit/nunit-compactframework

The .NET Compact Framework 3.5 version of the NUnit Framework
https://github.com/nunit/nunit-compactframework

Added targets for packaging

c799de4137e57d73852c99a9135e513a366aa088 authored almost 11 years ago
Fixed property casing

fd31345fcc033c5b577cd5b8bcb0baaf85abcb64 authored almost 11 years ago
Getting new build scripts to feature parity with old ones

20cae262a870740b6b7277107f2d07a904e6ef51 authored almost 11 years ago
Reverted build dir to being named after the framework name for simplicity

985db53c5d241f0594ed52fae1e314e9eae84708 authored almost 11 years ago
Configuration for the managed exe launcher should be after runtime configuration

ccd565c2d5e2baedfb024c64a0a07b6fe3ebbb1b authored almost 11 years ago
Some refactorings

45ab7260ff963ef396ce445ebd6cee5a329dacb3 authored almost 11 years ago
MSBuild doesn't support property groups within tasks

f6c0f110d7145b09ff3af3bd271cf7354e24afb8 authored almost 11 years ago
Running test executables under mono launcher

Fixed compilation error on mono 4.5

11fc4fdf7305263226ab6f40bd21b1f7e1eefaa5 authored almost 11 years ago
Pulled together project names

9e1762aca19b524eed0de8c3347875cd13b41516 authored almost 11 years ago
Running tests

0271377cfaf1edad2a0c17aba0140004aec5c1ee authored almost 11 years ago
Added Test target

c4c5d8c86383d3bdab0551587a4dec912ef6e883 authored almost 11 years ago
Build using xbuild on Windows for mono

74d7c9ed7f01114cbdae8168013b47b89aaab18a authored almost 11 years ago
shell script for linux

d4ac570cb8043adcd5ad06db2ec52a418e64e019 authored almost 11 years ago
Building more target frameworks

968299fe256c151c9548dea9b689070f8e785bd6 authored almost 11 years ago
Initial build targets working

4bf8acdcbdcb74d44a94f97f842af5c2a62eadf7 authored almost 11 years ago
Added msbuild root project

328d732b2093480464f19ff80868c96815106da9 authored almost 11 years ago
First changes to build using msbuild

e22d5b810db3ead5bcbdfb0f39d06218ba326eee authored almost 11 years ago
Merge pull request #101 from nunit/remove-addins

Remove test fixture builders and incorporate into attributes

ce4ac1de9ca76c74da2170328fdf15b7003b1c09 authored almost 11 years ago
Merge pull request #104 from nunit/issue-100

Fix for issue #100 - Changes to Tolerance definitions

This looks good to me... Lots of files ...

e487e8098ba533180be82650cf6f44229906ca0a authored almost 11 years ago
Fix for issue #100 - Changes to Tolerance definitions

Created unit tests for Tolerance adding tests for the changes I made plus a few for parts of the...

352ec1c5ced5f1841641b2e9e9459e1c226c8fcf authored almost 11 years ago
Merge latest changes from master

c632b03f70a074b58102fce175f4425194dc1904 authored almost 11 years ago
Merge branch 'pr/69'

Conflicts:
src/framework/Internal/PropertyNames.cs

bdbf7f9b4afd7b0944516891b84c3f3de9714df2 authored almost 11 years ago
Merge pull request #102 from nunit/issue-67

Fix for issue #67 - Allow Expected Result on simple tests

3cc09b1bc5c4dedee9978ea7a80f1c2c4df82af3 authored almost 11 years ago
Merge pull request #97 from nunit/parallel-attribute

Framework parallel tests, stage 1

7b12c0513eead30a03b73316b98ade257d663f82 authored almost 11 years ago
Fix for issue #45

- Renamed UpTo to Until
- The test now runs when the Until date has expired
- Added an IgnoreUnt...

85a2571ee274f1eaf0c094b17b37065ef5219265 authored almost 11 years ago
Merge branch 'master' into pr/69

504b7113ddb63194cf4b995dd4a9caf88e4bd433 authored almost 11 years ago
Fix for issue #67 - Allow Expected Result on simple tests

5c312ed8ceb2bcb95d67c397a4e658ae7b8feeb4 authored almost 11 years ago
Add IImplyFixture marker interface and use it to determine whether a non-attributed class is a fixture; Remove Internal/Interfaces directory

d41c4ab72da98467d187c8a0b65e2c9c9c5f39da authored almost 11 years ago
Merge branch 'master' of https://github.com/nunit/nunit-framework into remove-addins

6f77a6139b62f2bd619a2a10b3ee71a938c41465 authored almost 11 years ago
Fix text alignment and add some forgotten tests to a few projects

9f534a3fa7c8f5f3c67b56db0fae09a41b79a27f authored almost 11 years ago
Remove test fixture builders and incorporate into TestFixtureAttribute and SetUpFixtureAttribute

5c61f4fc50d46fa2ec53a6f62795ca5f0dd734ba authored almost 11 years ago
Merge pull request #98 from nunit/issue-70

Issue 70

ffc9679920b158cb13fd25a7d724fbd8e9efeb70 authored almost 11 years ago
Switched the tolerance for dictionary key comparison to new Tolerance(0) from Tolerance.Empty so that numerics do not take the default system tolerance. Added tests for non-generic IDictionaries and fixed those in NUnitEqualityCompare.

52a8e5e2aed32d3142afabb9576ab86791d3456c authored almost 11 years ago
Merge pull request #99 from nunit/remove-addins

Remove addins

e9914f243ba0bde24868d99ae2c2611bdea7a491 authored almost 11 years ago
Remove Addins infrastructure

7b6b6fb53508d0050674421a9afac1d72b9626af authored almost 11 years ago
Fix netcf builds

d500e714b62c167c456eba3c47d77d527cee1c5c authored almost 11 years ago
Remove ParameterDataProvider addin

cb7378085a650b634e0737e354c00bc7058a227e authored almost 11 years ago
Fixes issue EquivalentTo isn't compatible with IgnoreCase for dictionaries

8e38679452155cdc0b554652e32e3c09e827772a authored almost 11 years ago
Failing unit tests for issue #70

dcf30e73ce4567f23b58476bcbebb86b66bdef65 authored almost 11 years ago
Merge pull request #15 from nunit/feature-time-of-test-execution-31

Report start and end time of test execution

bd57e66f5d86c78da39521e7e9ab7d766bb8fd62 authored almost 11 years ago
Merge pull request #94 from nunit/feature-time-of-execution-31

Report start and end time of test execution

9ad3ae40ff0aef6cf8445d831a9c621259f01482 authored almost 11 years ago
Merge pull request #91 from rprouse/Issue90

Fix for Issue #90

4a38405c39c158ea0a9db18199364b1139295a8c authored almost 11 years ago
Merge pull request #56 from markwhitfeld/Issue33

Proposed solution for Issue #33

db62a30e78af9cae994b814a374b3c575a673ea8 authored almost 11 years ago
Framework parallel tests, stage q: LevelOfParallelismAttribute, ParallelizableAttribute, separate queues for parallelizable and non-parallelizable fixtures in either an MTA or the STA, use WorkShifts to organize work into different groups that can be run during the same time period, add tests for various attributes, fix build for all supported runtimes

89e43f1343ff141ea268c21d1a69f397b43f231b authored almost 11 years ago
Removed the summation of the durations for the overall test run length and replaced it with a Stopwatch count in MasterTestRunner.Run()

3e7385fea200d0526ed193af8d12266fa71cdf2a authored almost 11 years ago
Switched the test timing to use a StopWatch based on code review.

9b6bb868d60ab3791f677dabe33205b7ce91dc51 authored almost 11 years ago
Code cleanup based on code-review

bf15b29ee884d34339981f3f23f3e1bdb500c503 authored almost 11 years ago
Code cleanup on code review

9cce4eb18919b6cfa8adfb5d72a73cf260870d65 authored almost 11 years ago
Built a release version of the latest version of nunit.framework.dll

17aec2dc8d91313b5f613366e27fb91f087a7ebb authored almost 11 years ago
Merge branch 'master' of github.com:rprouse/nunit-console into feature-time-of-test-execution-31

Conflicts:
src/nunit-console/ResultReporter.cs

65f6389e87678f73ee5ad9ea6ddfaed205f6a210 authored almost 11 years ago
Making sure the test-harness and nunitlite report the same results

5bc51903caac98ef4b55ce023e3d9378960d4bf6 authored almost 11 years ago
Fixing up the code so that the nunit2 reports output the same way they did before the changes.

57edb28c777b83bb3363815fa49a52996f2caf8c authored almost 11 years ago
Added start and end datetime for all suites and tests in UTC

c2f20868dd66b4ae8466f92ea90312e7f9ccc4da authored almost 11 years ago
Changed the time attribute to duration. Test duration is now working.

ef695d4df5ee0fb90e8dbd440354939c0342ad1b authored almost 11 years ago
Switched the nunit2 test run time back to 3 digits of accuracy

d8da83cfe46509f61583dabd60e0b4a4da399b15 authored almost 11 years ago
Added start and end datetime for all suites and tests in UTC

9016ee89bb2329fa864aa7ef754c9a899c9d4407 authored almost 11 years ago
Changed the time attribute to duration. Test duration is now working.

24c0161249b23ddae4f3cd5dae7cb6898f73502d authored almost 11 years ago
Merge pull request #14 from nunit/feature-color

Color option for nunit-console

cab18d943eca0a5e6c823ad2fc4841a9a6487ca4 authored almost 11 years ago
One additional R# setting

dce9a699dae84c4ad796691185a769b19cf0420a authored almost 11 years ago
Initial import of minimal R# settings and templates to match the NUnit coding style.

76a6549629db08b86a371a807ba514fd84e942bf authored almost 11 years ago
Minimal updates to the R# shared solution settings to match the coding standards.

91d046e63101609ef8bf1433fead641d30c6a5ab authored almost 11 years ago
Make the color tests inconclusive if the console we are running under doesn't support color, for example, under nant tests.

65f4b5a3123c5e42fef3dedceb33ea37d0815111 authored almost 11 years ago
Renamed the ColorSetter class to ColorConsole

2a95bb9261f0256ee45627e1c1e880e739f30e1c authored almost 11 years ago
Merge branch 'master' of github.com:nunit/nunit-framework

fbd654b42c0c931b3b8547e9253d1ea268e87be7 authored about 11 years ago
Color option for nunit-console

d48042861d6a770147a60e95cc67ae7072693f6e authored about 11 years ago
Fixed failing test on machine with german culture

Errors and Failures -
1) Failed :
NUnit.Framework.Syntax.ThrowsTests.LambdaThrowsExceptionWithMe...

fd79edca8c62ca0b211031350740f6038d4035a6 authored about 11 years ago
Fix broken tests in nunit.util.tests

fa35677cb38c1cbc816a5dfaa7fe16fe9484eff5 authored about 11 years ago
Merge branch 'master' of https://github.com/nunit/nunit-console

a2cc8b542532b28a758f4c924e9adfeae1e502cb authored about 11 years ago
Various improvements to handling of TestEngineResults, including new extension methods for XmlNode and TestEngineResult manipulation

e9ce1a6856d18152ebdf6873ef5514eb93951114 authored about 11 years ago
Removed dictionary tests from Issue #70 as I am just fixing Issue #90 in this branch.

aa2f4a7c2037477bae2acdac95f6617451948dd8 authored about 11 years ago
Fix for ignore case for character types

db3a465e75970137a50cb87f557172e973ccd39d authored about 11 years ago
Failing unit tests

fbf23a8552fbe1d1358c95d35416acd1a06e63d2 authored about 11 years ago
Merge branch 'master' of github.com:rprouse/nunit-framework

168b2c41ca551dd4e4866a678847dc742de5a19b authored about 11 years ago
Merge branch 'master' of github.com:nunit/nunit-framework

9d616af2a3fabf059e0711dd9fd56e82086805e3 authored about 11 years ago
Merge branch 'master' of github.com:nunit/nunit-framework

aa9c7f8cedc82c1f7526736b65b7426dbb07614d authored about 11 years ago
Merge pull request #84 from nunit/issue-83

Issue 83 - Fix path-related failing tests on Linux

03774136d4ddd063f91f36578616253b3d1fc359 authored about 11 years ago
Merge pull request #86 from nunit/issue-85

Issue #85 - removed hardcoded string representations of NaN and infinity

0b22b81f1886744194d63bd77314034b5d3fa96b authored about 11 years ago
Issue #85 - removed hardcoded string representations of NaN and infinity in test assertions as they fail on non-English machines. Relying on built-in string conversion using the current culture instead

7922dc63414a98578d35ab5189c0b228c54f779a authored about 11 years ago
Merge pull request #12 from rprouse/FixRunError

Fix for error loading the engine

2a2792dee7ddd00b15e94e4a109a7992933f123a authored about 11 years ago
#83 always replace alternative directory separator with the main directory separator

15a7bf1f3de9bda0dece9788282ea17b4961e80a authored about 11 years ago
The nunit.engine.api was loading the nunit.engine with a hard coded string that included the public key token in the string. With the SNK files removed, that no longer works. I didn't notice this because I was unable to run the signed console on windows 8.1.

1e42374f7ca3d898bfe63d9425862630e8151d19 authored about 11 years ago
Assembly helper should not care whether we're on Windows or Linux when resolving an assembly codebase #83

660c3bc0072cfceac5bf7dcc49dc1fa10f9360c7 authored about 11 years ago
Merge pull request #10 from rprouse/RemoveStrongNameKey

Remove Signing

ef79c63f6c01bdab7d1da2d39c8ae04c2d8f9284 authored about 11 years ago
Merge pull request #11 from rprouse/FixVisualStudioBuildError

Fix for build errors in Visual Studio.

29214b20bd1514a0d3357f6c305676bb8f8f7136 authored about 11 years ago
Merge branch 'master' of github.com:nunit/nunit-framework

96be87777d23b388b0719717d26f26ac29440d30 authored about 11 years ago
Merge pull request #80 from rprouse/FixStrongNameKeyfile

Fix strong name keyfile

ebf531ad5bce76f3358755b4c4a304c55a2b7363 authored about 11 years ago
Merge pull request #79 from rprouse/ResharperSettings

Shared Resharper Settings for the Solution

5bcbb387b2bbca80fa49146ec2c795ce6cfec0b7 authored about 11 years ago
Merge pull request #78 from rprouse/Issue36

Fix for Issue #36

c47de9033b5fa3755225c4ff0be23fadb0a89dc8 authored about 11 years ago
Merge branch 'master' of https://github.com/nunit/nunit-framework

d2876a60555cc38831a219854c29d8b4d8144be1 authored about 11 years ago
Fix for build errors in Visual Studio. nunit.util.tests was referencing nunit.framework in program files, not the copy in lib. On my machine, the copy in program files was not the same as the one in lib. NAnt was building fine because it referenced the version in lib.

0b45e4b015d6a68284601bbddfe835ae3eb5124d authored about 11 years ago
Removed signing of all projects under the solution

5dca3db8eaa318152bc185d2f3d3fc7c6709ffb0 authored about 11 years ago
Updated the nunitlite projects for Silverlight, NETCF 2.0 and NETCF 3.0. I have built but not tested Silverlight. I have not built or tested CF.

a18e721ec7f82f6c0a0ffa9954009f80bbc7769c authored about 11 years ago
Sign nunitlite assemblies

4942d35ba66e03306af3e1f17dea771d3f53fb80 authored about 11 years ago
Generated new nunit.snk, updated NAnt to use the snk file in the updated location and update the nunitlite projects to be signed since they are built signed by NAnt.

dbac21208ab431f2ee9a111486b3909f6a6f0b83 authored about 11 years ago
Removed unused using statement.

7a028af13d3fe2f107c87662273a592a4cf3a583 authored about 11 years ago
Merge branch 'Issue36' of github.com:rprouse/nunit-framework into Issue36

1b9306d2cd83f90b69914d489c2e9235ee89caa5 authored about 11 years ago
Surrounded the new tests with an #if so they don't build in Silverlight or CF. Refactored the unit tests moving attribute specific tests from the ThreadingTests to the attribute specific fixtures.

bc07206f57f35b69152f8cf39b3a280eef27b051 authored about 11 years ago
Surrounded the new tests with an #if so they don't build in Silverlight or CF. Refactored the unit tests moving attribute specific tests from the ThreadingTests to the attribute specific fixtures.

43cfcddfdb3541c551304e372994facaeebb9b95 authored about 11 years ago
Merge branch 'master' of https://github.com/nunit/nunit-framework

ed6606fb45b033e76881dd792cc8642017de9717 authored about 11 years ago
Merge pull request #77 from rprouse/Issue21

Fix for Issue 21

6090cbaf067af422eb8dc005410488b4fe50d737 authored about 11 years ago